Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2003-01-16 18:09:48 +0000
committerJared Burns2003-01-16 18:09:48 +0000
commitcde8f63939199982225ba0359947d65043abeeec (patch)
treeac9950ff3776e16ea91128c451ad73d8a4f499bb /org.eclipse.ui.externaltools/plugin.properties
parentbf74d2f39c8e0455f6fe6c5f981da4d85ce4a7a0 (diff)
downloadeclipse.platform.debug-cde8f63939199982225ba0359947d65043abeeec.tar.gz
eclipse.platform.debug-cde8f63939199982225ba0359947d65043abeeec.tar.xz
eclipse.platform.debug-cde8f63939199982225ba0359947d65043abeeec.zip
Bug 29573 - External tool variable scope is too restrictive
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index 859bec36a..88e89e66f 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -14,9 +14,7 @@ Plugin.providerName = Eclipse.org
AntLaunchShortcut.label = &Ant Build
ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
ExtPoint.toolTypes = External Tool Types
-ExtPoint.argumentVariables = Argument Variables
-ExtPoint.directoryVariables = Directory Variables
-ExtPoint.fileVariables = File Variables
+ExtPoint.toolVariables = External Tool Variables
ExtPoint.refreshVariables = Refresh Scope Variables
ExternalToolsLaunchGroup.label = &External Tools
ToolType.programName = Program

Back to the top