Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.team.core/schema/repository.exsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/schema/repository.exsd b/bundles/org.eclipse.team.core/schema/repository.exsd
index d13aeea74..82a93da25 100644
--- a/bundles/org.eclipse.team.core/schema/repository.exsd
+++ b/bundles/org.eclipse.team.core/schema/repository.exsd
@@ -68,7 +68,8 @@ Optionaly, a repository provider type can designate that it can import projects
<attribute name="canImportId" type="string">
<annotation>
<documentation>
-
+ The id of an older version of this provider. Including this means that this provider can import the project sets that were created by using the older version of the provider.
+Since 3.0.1
</documentation>
</annotation>
</attribute>

Back to the top