Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-10-21 19:37:07 +0000
committerDarin Wright2009-10-21 19:37:07 +0000
commit55e5efa7d70615dcbe71e938f3edb6605a06238d (patch)
treee02d4a26464589a9ecca0d53847dbaeaea9223e1 /org.eclipse.core.externaltools
parent9b05e2ce401d8545bd0cd8298cf23b63bd0164d4 (diff)
downloadeclipse.platform.debug-55e5efa7d70615dcbe71e938f3edb6605a06238d.tar.gz
eclipse.platform.debug-55e5efa7d70615dcbe71e938f3edb6605a06238d.tar.xz
eclipse.platform.debug-55e5efa7d70615dcbe71e938f3edb6605a06238d.zip
Bug 292942 - compatibility for internal use of Ant/Ext tool code
Diffstat (limited to 'org.eclipse.core.externaltools')
-rw-r--r--org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/IExternalToolConstants.java30
1 files changed, 0 insertions, 30 deletions
diff --git a/org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/IExternalToolConstants.java b/org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/IExternalToolConstants.java
index 7a42d0b8d..4641a0e8c 100644
--- a/org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/IExternalToolConstants.java
+++ b/org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/IExternalToolConstants.java
@@ -28,12 +28,6 @@ public interface IExternalToolConstants {
*/
public static final String PLUGIN_ID = "org.eclipse.core.externaltools"; //$NON-NLS-1$;
- // ------- Extensions Points -------
- /**
- * Extension point to declare the launch configuration type that should be
- * created when duplicating an existing configuration as a project builder.
- */
- public static final String EXTENSION_POINT_CONFIGURATION_DUPLICATION_MAPS = "configurationDuplicationMaps"; //$NON-NLS-1$
// ------- Refresh Variables -------
/**
* Variable that expands to the workspace root object (value <code>workspace</code>).
@@ -93,18 +87,6 @@ public interface IExternalToolConstants {
*/
public static final String BUILD_TYPE_NONE = "none"; //$NON-NLS-1$
- // ------- Images -------
-
- /**
- * Main tab image.
- */
- public static final String IMG_TAB_MAIN = UI_PLUGIN_ID + ".IMG_TAB_MAIN"; //$NON-NLS-1$
-
- /**
- * Build tab image
- */
- public static final String IMG_TAB_BUILD = UI_PLUGIN_ID + ".IMG_TAB_BUILD"; //$NON-NLS-1$
-
// ------- Launch configuration types --------
/**
* Program launch configuration type identifier.
@@ -131,18 +113,6 @@ public interface IExternalToolConstants {
*/
public static final String ID_EXTERNAL_TOOLS_BUILDER_LAUNCH_CATEGORY = "org.eclipse.ui.externaltools.builder"; //$NON-NLS-1$
- // ------- Launch configuration groups --------
- /**
- * Identifier for external tools launch configuration group. The external
- * tools launch configuration group corresponds to the external tools
- * category in run mode.
- */
- public static final String ID_EXTERNAL_TOOLS_LAUNCH_GROUP = "org.eclipse.ui.externaltools.launchGroup"; //$NON-NLS-1$
- /**
- * Identifier for external tools launch configuration group
- */
- public static final String ID_EXTERNAL_TOOLS_BUILDER_LAUNCH_GROUP = "org.eclipse.ui.externaltools.launchGroup.builder"; //$NON-NLS-1$
-
// ------- Common External Tool Launch Configuration Attributes -------
/**

Back to the top