Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2003-05-01 20:25:10 +0000
committerJared Burns2003-05-01 20:25:10 +0000
commitf98e85ee85b2b6eb8475510bada67621b9c59531 (patch)
tree8e8ad670a50c5c943e0af2052286d20171b654b3 /org.eclipse.ui.externaltools/plugin.properties
parent9bba49bc9ff5376bc7feb4b9f260c556a0244287 (diff)
downloadeclipse.platform.debug-f98e85ee85b2b6eb8475510bada67621b9c59531.tar.gz
eclipse.platform.debug-f98e85ee85b2b6eb8475510bada67621b9c59531.tar.xz
eclipse.platform.debug-f98e85ee85b2b6eb8475510bada67621b9c59531.zip
Bug 36930 - Support variables in launch configurations
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties19
1 files changed, 2 insertions, 17 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index ba9b7298b..775fedae5 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -12,9 +12,10 @@
Plugin.name = External Tools
Plugin.providerName = Eclipse.org
+build_type.description= Expands to the type of build, one of "incremental", "full", "auto", or "none".
+
ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
ExtPoint.toolTypes = External Tool Types
-ExtPoint.toolVariables = External Tool Variables
ExtPoint.refreshVariables = Refresh Scope Variables
ExternalToolsLaunchGroup.label = &External Tools
ToolType.programName = Program
@@ -37,22 +38,6 @@ PreferencePage.externalToolsPreferences = External Tools
Program.externalTools = Program
-#tool variables
-workspace_loc.description= Expands to the workspace root's absolute file system path.
-project_loc.description= Expands to the absolute file system path of the selected resource's project.
-project_path.description= Expands to the full path, relative to the workspace root, of the selected resource's project.
-project_name.description= Expands to the name of the selected resource's project.
-resource_loc.description= Expands to the absolute file system path of the selected resource.
-resource_path.description= Expands to the full path, relative to the workspace root, of the selected resource.
-resource_name.description= Expands to the name of the selected resource.
-container_loc.description= Expands to the absolute file system path of the folder containing the selected resource.
-container_path.description= Expands to the full path, relative to the workspace root, of the folder containing the selected resource.
-container_name.description= Expands to the name of the folder containing selected resource.
-build_type.description= Expands to the type of build, one of "incremental", "full", "auto", or "none".
-string_prompt.description= Opens an input dialog and expands to the value entered.
-file_prompt.description= Opens a file selection dialog and expands to the value of the chosen file.
-folder_prompt.description= Opens a folder selection dialog and expands to the value of the chosen directory.
-
#refresh variables
workspace.description= Expands to the workspace root.
project.description= Expands to the project of the selected resource.

Back to the top