Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2002-10-03 20:07:16 +0000
committerDarin Swanson2002-10-03 20:07:16 +0000
commit1bdae9f6c4ceff5bc1c1e2cd224d19644709b540 (patch)
tree6baa3f3c230383679fcc00b3a59b415ac55204ee /org.eclipse.ui.externaltools/plugin.properties
parent051c842cdbf81e22c682496b8be826d0830b4e8b (diff)
downloadeclipse.platform.debug-1bdae9f6c4ceff5bc1c1e2cd224d19644709b540.tar.gz
eclipse.platform.debug-1bdae9f6c4ceff5bc1c1e2cd224d19644709b540.tar.xz
eclipse.platform.debug-1bdae9f6c4ceff5bc1c1e2cd224d19644709b540.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties33
1 files changed, 26 insertions, 7 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index 07bc79bb3..1258fdfcd 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -1,14 +1,33 @@
Plugin.name = External Tools
Plugin.providerName = Eclipse.org
-PopupMenu.runAnt = Run &Ant...
-PopupMenu.runAntTip = Run Ant With The Selected File
+ExtPoint.toolTypes = External Tool Types
+ExtPoint.argumentVariables = Argument Variables
+ExtPoint.directoryVariables = Directory Variables
+ExtPoint.fileVariables = File Variables
+ExtPoint.refreshVariables = Refresh Scope Variables
+ToolType.programName = Program
+ToolType.programDescription = An external tool that runs an application, a batch file, etc.
+ToolType.antBuildName = Ant Build
+ToolType.antBuildDescription = An external tool that runs an Ant build file.
+Menu.run = &Run
ActionSet.externalTools = External Tools
Action.externalTools = &External Tools
-Action.externalToolsTip = Run or Configure External Tools
+Action.externalToolsTip = Run Last Tool
+PropertyPage.main = Main
+PropertyPage.option = Options
+PropertyPage.refresh = Refresh Scope
+PropertyPage.antTargets = Targets
PropertyPage.externalToolsBuilders = External Tools Builders
-Category.externalTools = External Tools
+CategoryView.externalTools = External Tools
+CategoryNewWizard.externalTools = External Tools
+NewWizard.programName = Program
+NewWizard.programDescription = Create an external tool to run an application, a batch file, etc.
+NewWizard.antBuildName = Ant Build
+NewWizard.antBuildDescription = Create an external tool to run Ant build file.
+Builder.externalTools = Integrated External Tool Builder
+View.externalToolView = External Tools
View.logConsole = Log Console
-PreferencePage.toolsPreferences = External Tools
PreferencePage.antPreferences = Ant
-Menu.run = &Run
-Builder.externalTools = Integrated External Tools Builder \ No newline at end of file
+PreferencePage.toolsPreferences = External Tools
+PopupMenu.runAnt = Run &Ant...
+PopupMenu.runAntTip = Run Ant With The Selected File \ No newline at end of file

Back to the top