Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2002-12-05 23:24:20 +0000
committerDarin Swanson2002-12-05 23:24:20 +0000
commit81375095ca9d32bfcc0f9b51e1934426a37dda96 (patch)
tree40d94b5750d92497361b40fbe5bafc658d0bbe58 /org.eclipse.ui.externaltools/plugin.xml
parent4a9dc10400eb42f324b4945fb4836ab8694ca913 (diff)
downloadeclipse.platform.debug-81375095ca9d32bfcc0f9b51e1934426a37dda96.tar.gz
eclipse.platform.debug-81375095ca9d32bfcc0f9b51e1934426a37dda96.tar.xz
eclipse.platform.debug-81375095ca9d32bfcc0f9b51e1934426a37dda96.zip
Bug 27776 - Don't use the term "Ant Script"
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.xml')
-rw-r--r--org.eclipse.ui.externaltools/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.xml b/org.eclipse.ui.externaltools/plugin.xml
index 759aa5c0d..3ae405f69 100644
--- a/org.eclipse.ui.externaltools/plugin.xml
+++ b/org.eclipse.ui.externaltools/plugin.xml
@@ -179,7 +179,7 @@
</launchConfigurationType>
<launchConfigurationType
id = "org.eclipse.ant.AntBuilderLaunchConfigurationType"
- name = "%AntScript.externalTools"
+ name = "%AntBuild.externalTools"
delegate = "org.eclipse.ui.externaltools.internal.ant.launchConfigurations.AntLaunchDelegate"
modes = "run"
category = "org.eclipse.ui.externaltools.builder">

Back to the top