Synchronize Wizard Extension
Identifier:
org.eclipse.ptp.rdt.sync.ui.synchronizeWizardExtension
Since:
7.0
Description:
This extension point is for adding a page to the synchronized project conversion wizard.
Configuration Markup:
<!ELEMENT extension (synchronizeWizardExtension)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT synchronizeWizardExtension EMPTY>
<!ATTLIST synchronizeWizardExtension
class CDATA #REQUIRED
nature CDATA #REQUIRED>
- class - The fully qualified name of the Java class that extends org.eclipse.ptp.rdt.sync.ui.AbstractSynchronizeWizardExtension
- nature - Projects with this nature will have the page attached to the end of the synchronized project conversion wizard.
Examples:
API Information:
The value of the class attribute should extend org.eclipse.ptp.rdt.sync.ui.AbstractSynchronizeWizardExtension.
The nature specifies the project type for which the page should be included.
Supplied Implementation:
See org.eclipse.ptp.internal.rdt.sync.cdt.ui.wizards.SynchronizeWizardExtension
Copyright (c) 2013 The University of Tennessee 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