Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.ui/schema/scmUrlImportPages.exsd')
-rw-r--r--bundles/org.eclipse.team.ui/schema/scmUrlImportPages.exsd12
1 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.team.ui/schema/scmUrlImportPages.exsd b/bundles/org.eclipse.team.ui/schema/scmUrlImportPages.exsd
index e36c5dde6..ebfe5abe5 100644
--- a/bundles/org.eclipse.team.ui/schema/scmUrlImportPages.exsd
+++ b/bundles/org.eclipse.team.ui/schema/scmUrlImportPages.exsd
@@ -65,13 +65,13 @@ Providers may provide an extension for this extension point, and an implementati
</appInfo>
</annotation>
</attribute>
- <attribute name="repository" type="string" use="required">
+ <attribute name="importer" type="string" use="required">
<annotation>
<documentation>
-
+ The id of the org.eclipse.team.core.bundleImporters extension which is associated with the page extension.
</documentation>
<appInfo>
- <meta.attribute kind="identifier" basedOn="org.eclipse.team.core.repository/repository/@id"/>
+ <meta.attribute kind="identifier" basedOn="org.eclipse.team.core.bundleImporters/importer/@id"/>
</appInfo>
</annotation>
</attribute>
@@ -97,8 +97,8 @@ Providers may provide an extension for this extension point, and an implementati
&lt;pre&gt;
&lt;extension point=&quot;org.eclipse.team.ui.scmUrlImportPages&quot;&gt;
&lt;scmUrlImportPage
- page=&quot;org.eclipse.team.internal.ccvs.ui.wizards.CVSScmUrlImportWizardPage&quot;
- repository=&quot;org.eclipse.team.cvs.core.cvsnature&quot;&gt;
+ importer=&quot;org.eclipse.team.core.cvs.importer&quot;
+ page=&quot;org.eclipse.team.internal.ccvs.ui.wizards.CVSScmUrlImportWizardPage&quot;&gt;
&lt;/scmUrlImportPage&gt;
&lt;/extension&gt;
&lt;/pre&gt;
@@ -129,7 +129,7 @@ Providers may provide an extension for this extension point, and an implementati
<meta.section type="copyright"/>
</appInfo>
<documentation>
- Copyright (c) 2011 IBM Corporation and others.
+ Copyright (c) 2011, 2012 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
</documentation>
</annotation>

Back to the top