Skip to content

Commit

Permalink
Remove duplicated properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
ycheng authored and zhiqiangqian committed Jul 22, 2014
1 parent 398bcfb commit 7f9086f
Showing 1 changed file with 2 additions and 39 deletions.
41 changes: 2 additions & 39 deletions xtab/org.eclipse.birt.report.item.crosstab.core/plugin.xml
Expand Up @@ -101,20 +101,6 @@
isEncryptable="false"
name="tagType"
type="string">
</property>
<property
canInherit="true"
displayNameID="Element.Language"
isEncryptable="false"
name="language"
type="string">
</property>
<property
canInherit="true"
displayNameID="Element.Order"
isEncryptable="false"
name="order"
type="string">
</property>
<propertyVisibility
name="dataSet"
Expand Down Expand Up @@ -654,22 +640,7 @@
<elementType
name="ExtendedItem">
</elementType>
</property>
<property
canInherit="true"
defaultValue="TH"
displayNameID="Element.TagType"
isEncryptable="false"
name="tagType"
type="string">
</property>
<property
canInherit="true"
displayNameID="Element.Language"
isEncryptable="false"
name="language"
type="string">
</property>
</property>
<property
canInherit="true"
displayNameID="Element.Order"
Expand Down Expand Up @@ -756,15 +727,7 @@
isEncryptable="false"
name="aggregationOnColumn"
type="elementRef">
</property>
<property
canInherit="true"
defaultValue="TD"
displayNameID="Element.TagType"
isEncryptable="false"
name="tagType"
type="string">
</property>
</property>
<overrideProperty
propertyName="highlightRules"
useOwnSearch="true">
Expand Down

0 comments on commit 7f9086f

Please sign in to comment.