Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizePageConfiguration.java')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizePageConfiguration.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizePageConfiguration.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizePageConfiguration.java
index 7e52b7984..67de83bd6 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizePageConfiguration.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizePageConfiguration.java
@@ -98,6 +98,13 @@ public interface ISynchronizePageConfiguration {
public static final String P_SUPPORTED_MODES = TeamUIPlugin.ID + ".P_SUPPORTED_MODES"; //$NON-NLS-1$
/**
+ * Property constant which indicates the change set manager.
+ * The value is to be an instance of <code>SubscriberChangeSetManager</code>.
+ * A value of <code>null</code> indicates that there is no change set manager.
+ */
+ public static final String P_CHANGE_SET_MANAGER = TeamUIPlugin.ID + ".P_CHANGE_SET_MANAGER"; //$NON-NLS-1$
+
+ /**
* The id of the synchronize group the determines where the synchronize
* actions appear.
*/

Back to the top