Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2003-01-17 21:56:24 +0000
committerJared Burns2003-01-17 21:56:24 +0000
commit282049f4c8cdf5359cfb9e5204ea6cd318b52387 (patch)
tree4472674b85d6dbcd8a7c871ca122ec1fff85f182 /org.eclipse.ui.externaltools/plugin.properties
parent07426ed5f6729f963e246ff6d961ae8644d17150 (diff)
downloadeclipse.platform.debug-282049f4c8cdf5359cfb9e5204ea6cd318b52387.tar.gz
eclipse.platform.debug-282049f4c8cdf5359cfb9e5204ea6cd318b52387.tar.xz
eclipse.platform.debug-282049f4c8cdf5359cfb9e5204ea6cd318b52387.zip
Bug 29148 - Contribution of Planty 0.9
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index 88e89e66f..37f3420ff 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -44,6 +44,7 @@ PreferencePage.externalToolsPreferences = External Tools
PreferencePage.antPreferences = Ant
PreferencePage.antConsolePreferences = Console
PreferencePage.antRuntimePreferences = Runtime
+PreferencePage.antEditor = Editor
PopupMenu.runAnt = Run &Ant...
PopupMenu.runAntTip = Run Ant With The Selected File
@@ -51,4 +52,6 @@ AntBuild.externalTools = Ant Build
Program.externalTools = Program
ActionDefinition.externalToolMenuDelegateToolbar.name=Run Last Launched External Tool
-ActionDefinition.externalToolMenuDelegateToolbar.description=Runs the last launched external Tool \ No newline at end of file
+ActionDefinition.externalToolMenuDelegateToolbar.description=Runs the last launched external Tool
+ActionDefinition.antContentAssistProposals.name=Ant Content Assist
+ActionDefinition.antContentAssistProposals.description=Content Assist in the Ant Editor \ No newline at end of file

Back to the top