Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2002-11-27 21:08:59 +0000
committerDarin Swanson2002-11-27 21:08:59 +0000
commitf5d2c1bec9584504b9b5df0ca6fb5af2da3d8626 (patch)
tree6fd659ba9de08c35d9c3140a825ce64562ed305a /org.eclipse.ui.externaltools/plugin.xml
parentd26bc697c2e598ebe9b793ac4b6a971d7ea31067 (diff)
downloadeclipse.platform.debug-f5d2c1bec9584504b9b5df0ca6fb5af2da3d8626.tar.gz
eclipse.platform.debug-f5d2c1bec9584504b9b5df0ca6fb5af2da3d8626.tar.xz
eclipse.platform.debug-f5d2c1bec9584504b9b5df0ca6fb5af2da3d8626.zip
Bug 26995 - Run Ant action should prompt for config
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.xml')
-rw-r--r--org.eclipse.ui.externaltools/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.xml b/org.eclipse.ui.externaltools/plugin.xml
index 0c220c017..f98ae9c9b 100644
--- a/org.eclipse.ui.externaltools/plugin.xml
+++ b/org.eclipse.ui.externaltools/plugin.xml
@@ -97,6 +97,13 @@
adaptable="true"
nameFilter="*.xml">
<action
+ id="org.eclipse.ui.externaltools.RunAntWithAction"
+ label="%RunAntWith.label"
+ menubarPath="additions"
+ enablesFor="1"
+ class="org.eclipse.ui.externaltools.internal.ui.AntRunWithActionDelegate">
+ </action>
+ <action
id="org.eclipse.ui.externaltools.RunAntAction"
label="%PopupMenu.runAnt"
tooltip="%PopupMenu.runAntTip"

Back to the top