Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2005-03-24 05:51:22 +0000
committerDarin Swanson2005-03-24 05:51:22 +0000
commit68f4154d0f9515844cfb9ac70c3fbc8f798ddf30 (patch)
tree627a138809153d07592d274dbfdd5d43791a37c3 /org.eclipse.ui.externaltools/plugin.properties
parentf1f465a9dcb7072a9770498fbd7d8b56ec449e64 (diff)
downloadeclipse.platform.debug-68f4154d0f9515844cfb9ac70c3fbc8f798ddf30.tar.gz
eclipse.platform.debug-68f4154d0f9515844cfb9ac70c3fbc8f798ddf30.tar.xz
eclipse.platform.debug-68f4154d0f9515844cfb9ac70c3fbc8f798ddf30.zip
Bug 83738 - Allow unqualified tool name in location field for External Tools
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index 96dbc9f27..3aa242bdb 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -14,7 +14,7 @@ Plugin.providerName = Eclipse.org
build_type.description= Returns the type of build being performed - "incremental", "full", "auto", or "none".
build_project.description= Returns the absolute file system path of the project currently being built, or the absolute file system path of the resource identified by an optional argument interpreted as a path relative to the project currently being built.
-system_path.description= Returns the absolute file system path of the external tool. Resolved by finding the first occurrence of the named tool based on the system path specification. The tool name argument must be supplied.
+system_path.description= Returns the absolute file system path of the external tool. Resolved by finding the first occurrence of the named tool based on the system path specification. The tool name must be supplied as an argument.
ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
ExtPoint.toolTypes = External Tool Types

Back to the top