Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2004-02-20 23:36:21 +0000
committerJared Burns2004-02-20 23:36:21 +0000
commit1568d1b98eb7ec2036c64250d65db8ed190e50ab (patch)
tree28a9e702a90d49da96ec69c8cdf0f4752c27cf8e /org.eclipse.ui.externaltools/plugin.properties
parentb3ba7b434894539c960c3245ebe087ce20e130a4 (diff)
downloadeclipse.platform.debug-1568d1b98eb7ec2036c64250d65db8ed190e50ab.tar.gz
eclipse.platform.debug-1568d1b98eb7ec2036c64250d65db8ed190e50ab.tar.xz
eclipse.platform.debug-1568d1b98eb7ec2036c64250d65db8ed190e50ab.zip
Bug 52713 - Provide descriptions for Ant and Program config types
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties6
1 files changed, 2 insertions, 4 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index 731dce2bd..c0d7ac6ca 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -18,10 +18,6 @@ ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
ExtPoint.toolTypes = External Tool Types
ExtPoint.refreshVariables = Refresh Scope Variables
ExternalToolsLaunchGroup.label = &External Tools
-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 buildfile.
Menu.run = &Run
ActionSet.externalTools = External Tools
Action.externalTools = &External Tools
@@ -37,6 +33,8 @@ View.externalToolView = External Tools
PreferencePage.externalToolsPreferences = External Tools
Program.externalTools = Program
+programLaunchConfigurationTabGroup.description=Create a configuration to run a program.
+programBuilderLaunchConfigurationTabGroup.description=Create a configuration to run a program during builds.
ActionDefinition.externalToolMenuDelegateToolbar.name=Run Last Launched External Tool
ActionDefinition.externalToolMenuDelegateToolbar.description=Runs the last launched external Tool \ No newline at end of file

Back to the top