Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2006-01-25 04:19:42 +0000
committerMichael Valenta2006-01-25 04:19:42 +0000
commita257d06325277ce52d0e8a322c875a2c77a907e1 (patch)
tree0c7843b7156c27928121971baf9c012025203a77 /bundles/org.eclipse.team.core/schema
parent8922ee9432ec8e0b790e6ce53d609c5f07c7df4e (diff)
downloadeclipse.platform.team-a257d06325277ce52d0e8a322c875a2c77a907e1.tar.gz
eclipse.platform.team-a257d06325277ce52d0e8a322c875a2c77a907e1.tar.xz
eclipse.platform.team-a257d06325277ce52d0e8a322c875a2c77a907e1.zip
First cut at API to support URIs in project sets
Diffstat (limited to 'bundles/org.eclipse.team.core/schema')
-rw-r--r--bundles/org.eclipse.team.core/schema/repository.exsd7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.core/schema/repository.exsd b/bundles/org.eclipse.team.core/schema/repository.exsd
index 39c13ae0a..771f4ef2b 100644
--- a/bundles/org.eclipse.team.core/schema/repository.exsd
+++ b/bundles/org.eclipse.team.core/schema/repository.exsd
@@ -82,6 +82,13 @@ A repository provider type can also specify one or more meta-file paths (delimit
</documentation>
</annotation>
</attribute>
+ <attribute name="fileSystemScheme" type="string">
+ <annotation>
+ <documentation>
+ This field identifies the scheme of a filesystem registered with the org.eclipse.core.filesystem.filesystems extension point
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top