Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2006-12-18 14:57:06 +0000
committerMichael Valenta2006-12-18 14:57:06 +0000
commite53bf821a61a59991bb58a31c9636aa66d874fe3 (patch)
tree592f2115c0a7b6708ecc0135b6af02436ef3c373 /bundles/org.eclipse.team.core/schema
parentda4e2011a389157a3ee2b3f345000fb50fb0fcc1 (diff)
downloadeclipse.platform.team-e53bf821a61a59991bb58a31c9636aa66d874fe3.tar.gz
eclipse.platform.team-e53bf821a61a59991bb58a31c9636aa66d874fe3.tar.xz
eclipse.platform.team-e53bf821a61a59991bb58a31c9636aa66d874fe3.zip
Bug 168010 Deprecated extension point
Diffstat (limited to 'bundles/org.eclipse.team.core/schema')
-rw-r--r--bundles/org.eclipse.team.core/schema/projectSets.exsd10
1 files changed, 5 insertions, 5 deletions
diff --git a/bundles/org.eclipse.team.core/schema/projectSets.exsd b/bundles/org.eclipse.team.core/schema/projectSets.exsd
index 0d0401632..a6207886e 100644
--- a/bundles/org.eclipse.team.core/schema/projectSets.exsd
+++ b/bundles/org.eclipse.team.core/schema/projectSets.exsd
@@ -16,6 +16,11 @@ A project set file may be used to provide team memebers with a simple way of cre
</annotation>
<element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element deprecated="true"/>
+ </appInfo>
+ </annotation>
<complexType>
<sequence>
<element ref="projectSets" minOccurs="0" maxOccurs="unbounded"/>
@@ -38,11 +43,6 @@ A project set file may be used to provide team memebers with a simple way of cre
</element>
<element name="projectSets">
- <annotation>
- <appInfo>
- <meta.element deprecated="true"/>
- </appInfo>
- </annotation>
<complexType>
<attribute name="id" type="string" use="required">
<annotation>

Back to the top