Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-01-21 15:22:14 +0000
committerDarin Swanson2003-01-21 15:22:14 +0000
commit434c31f95c32c7afa8137d911e93f247ee25c42f (patch)
tree91d674a3e167cecf66e89633e63465539a5242a2 /org.eclipse.ui.externaltools/plugin.properties
parent3d5392cf3305566fcd9f459bb62257cf45099496 (diff)
downloadeclipse.platform.debug-434c31f95c32c7afa8137d911e93f247ee25c42f.tar.gz
eclipse.platform.debug-434c31f95c32c7afa8137d911e93f247ee25c42f.tar.xz
eclipse.platform.debug-434c31f95c32c7afa8137d911e93f247ee25c42f.zip
Bug 29878 - Chkpii failures for Ant / external tools
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index 37f3420ff..b346b1b67 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -51,6 +51,26 @@ PopupMenu.runAntTip = Run Ant With The Selected File
AntBuild.externalTools = Ant Build
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".
+
+#refresh variables
+workspace.description= Expands to the workspace root.
+project.description= Expands to the project of the selected resource.
+container.description= Expands to the folder containing the selected resource.
+resource.description= Expands to a resource.
+working_set.description= Expands to the group of resources in a working set.
+
ActionDefinition.externalToolMenuDelegateToolbar.name=Run Last Launched External Tool
ActionDefinition.externalToolMenuDelegateToolbar.description=Runs the last launched external Tool
ActionDefinition.antContentAssistProposals.name=Ant Content Assist

Back to the top