Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-09-08 16:23:05 +0000
committerMichael Valenta2004-09-08 16:23:05 +0000
commit94791b73765c2e7d04f31505b583af45468fdf2e (patch)
treea10701676f86aedf984b15600cff52e717eeb0f4
parenta22ec7ff80725fd11e85aecf19fc529ccbbc42fe (diff)
downloadeclipse.platform.team-94791b73765c2e7d04f31505b583af45468fdf2e.tar.gz
eclipse.platform.team-94791b73765c2e7d04f31505b583af45468fdf2e.tar.xz
eclipse.platform.team-94791b73765c2e7d04f31505b583af45468fdf2e.zip
Updated schema doc for new repository fieldM20040908
-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