This extension point is used to register a page to import projects basing on their SCM URLs.
Providers may provide an extension for this extension point, and an implementation of org.eclipse.team.ui.IScmUrlImportWizardPage which allows to set and retrive project import descriptions.
<!ELEMENT extension (scmUrlImportPage)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT scmUrlImportPage EMPTY>
<!ATTLIST scmUrlImportPage
page CDATA #REQUIRED
importer IDREF #REQUIRED>
<extension point="org.eclipse.team.ui.scmUrlImportPages"> <scmUrlImportPage importer="org.eclipse.team.core.cvs.importer" page="org.eclipse.team.internal.ccvs.ui.wizards.CVSScmUrlImportWizardPage"> </scmUrlImportPage> </extension>
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 http://www.eclipse.org/legal/epl-v10.html