Synchronization Properties
Identifier:
org.eclipse.ptp.rdt.sync.ui.syncProperties
Since:
7.0
Description:
This extension point is for adding pages and other UI elements to specify additional properties for synchronized projects.
Configuration Markup:
<!ELEMENT extension (synchronizeProperties)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT synchronizeProperties EMPTY>
<!ATTLIST synchronizeProperties
class CDATA #REQUIRED
nature CDATA #REQUIRED>
- class - The fully qualified name of the Java class that extends org.eclipse.ptp.rdt.sync.ui.AbstractSynchronizeProperties
- nature - Projects with this nature will have the pages and UI elements added.
Examples:
API Information:
The value of the class attribute should extend org.eclipse.ptp.rdt.sync.ui.AbstractSynchronizeProperties.
The nature specifies the project type for which the pages and UI elements should be included.
Supplied Implementation:
See org.eclipse.ptp.internal.rdt.sync.cdt.ui.properties.SynchronizeProperties
Copyright (c) 2013 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