Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2006-01-30 22:38:44 +0000
committerMichael Valenta2006-01-30 22:38:44 +0000
commit0fd4148c5f7ff5c99f5947df20a3826887fe131f (patch)
tree3c85ce0c3736318b957114259e2fde4a2eb341c6 /bundles/org.eclipse.team.ui/schema
parent53182d17fbf0fef7a94d01f25de452ee10020b54 (diff)
downloadeclipse.platform.team-0fd4148c5f7ff5c99f5947df20a3826887fe131f.tar.gz
eclipse.platform.team-0fd4148c5f7ff5c99f5947df20a3826887fe131f.tar.xz
eclipse.platform.team-0fd4148c5f7ff5c99f5947df20a3826887fe131f.zip
The latest history view updates
Diffstat (limited to 'bundles/org.eclipse.team.ui/schema')
-rw-r--r--bundles/org.eclipse.team.ui/schema/teamContentProviders.exsd20
1 files changed, 20 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.ui/schema/teamContentProviders.exsd b/bundles/org.eclipse.team.ui/schema/teamContentProviders.exsd
index 0715e9380..9dea111d6 100644
--- a/bundles/org.eclipse.team.ui/schema/teamContentProviders.exsd
+++ b/bundles/org.eclipse.team.ui/schema/teamContentProviders.exsd
@@ -63,6 +63,26 @@
</documentation>
</annotation>
</attribute>
+ <attribute name="icon" type="string">
+ <annotation>
+ <documentation>
+ An icon that will be used when showing this model in lists and menus.
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="resource"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ <attribute name="preferencePage" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="java" basedOn="org.eclipse.jface.preference.IPreferencePage"/>
+ </appInfo>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top