Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-10-15 14:43:56 +0000
committerDarin Wright2009-10-15 14:43:56 +0000
commit9af688a4d45801baa8e5dd8b33acd943735a9736 (patch)
treeb4e23b116e1a9d95ee3085e6d44b18da2812e647 /org.eclipse.core.externaltools
parentd4166175b34e76a23f5effa0f869ae7582357283 (diff)
downloadeclipse.platform.debug-9af688a4d45801baa8e5dd8b33acd943735a9736.tar.gz
eclipse.platform.debug-9af688a4d45801baa8e5dd8b33acd943735a9736.tar.xz
eclipse.platform.debug-9af688a4d45801baa8e5dd8b33acd943735a9736.zip
remove unused NL messages
Diffstat (limited to 'org.eclipse.core.externaltools')
-rw-r--r--org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/launchConfigurations/ExternalToolsProgramMessages.properties4
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/launchConfigurations/ExternalToolsProgramMessages.properties b/org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/launchConfigurations/ExternalToolsProgramMessages.properties
index cd07b549a..e76e7cdbd 100644
--- a/org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/launchConfigurations/ExternalToolsProgramMessages.properties
+++ b/org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/launchConfigurations/ExternalToolsProgramMessages.properties
@@ -11,13 +11,9 @@
BackgroundResourceRefresher_0=Refreshing resources...
-ProgramLaunchDelegate_Workbench_Closing_1=Workbench Closing
-ProgramLaunchDelegate_The_workbench_is_exiting=The workbench is exiting and a program launched from an external tool appears to still be running. These programs will be terminated when the workbench exits. It is recommended that you exit any external programs launched from the workbench before you proceed.\n\nClick OK to continue exiting the workbench.
ProgramLaunchDelegate_3=Running {0}...
ProgramLaunchDelegate_4=An IProcess could not be created for the launch
-ProgramMainTab_Select=&Select a program:
-
ExternalToolsUtil_Location_not_specified_by__0__1=Location not specified by {0}
ExternalToolsUtil_invalidLocation__0_ = The file does not exist for the external tool named {0}.
ExternalToolsUtil_invalidDirectory__0_ = The working directory {0} does not exist for the external tool named {1}. \ No newline at end of file

Back to the top