Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-05-13 02:49:57 +0000
committerDarin Wright2004-05-13 02:49:57 +0000
commit1a9426e231006e46cba4ae5d04bfe41d49341a11 (patch)
treee4c270c9766a53e8de70feb6e8004853f2a9c77c /org.eclipse.ui.externaltools/plugin.properties
parentaf19697aa1d4810ee46919d5d031be389f26cb18 (diff)
downloadeclipse.platform.debug-1a9426e231006e46cba4ae5d04bfe41d49341a11.tar.gz
eclipse.platform.debug-1a9426e231006e46cba4ae5d04bfe41d49341a11.tar.xz
eclipse.platform.debug-1a9426e231006e46cba4ae5d04bfe41d49341a11.zip
Bug 61064 - improve string variable descriptions
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index 011289a2c..ba0bcacf7 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -12,8 +12,8 @@
Plugin.name = External Tools
Plugin.providerName = Eclipse.org
-build_type.description= The type of build being performed - "incremental", "full", "auto", or "none".
-build_project.description= The name of the project currently being built.
+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.
ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
ExtPoint.toolTypes = External Tool Types

Back to the top