Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2003-06-06 20:47:38 +0000
committerJared Burns2003-06-06 20:47:38 +0000
commit9fde8b739938b70d8a3c9a8e733b36b76c0281ed (patch)
tree9effcfdb5e737f38fcbb9a1c702c84d7871d46ff /org.eclipse.ui.externaltools/plugin.properties
parent27bac7c82402dcc6e1d1e8a59077c5b5ca9bd8c6 (diff)
downloadeclipse.platform.debug-9fde8b739938b70d8a3c9a8e733b36b76c0281ed.tar.gz
eclipse.platform.debug-9fde8b739938b70d8a3c9a8e733b36b76c0281ed.tar.xz
eclipse.platform.debug-9fde8b739938b70d8a3c9a8e733b36b76c0281ed.zip
Bug 37241 - Support for core variables
Diffstat (limited to 'org.eclipse.ui.externaltools/plugin.properties')
-rw-r--r--org.eclipse.ui.externaltools/plugin.properties7
1 files changed, 0 insertions, 7 deletions
diff --git a/org.eclipse.ui.externaltools/plugin.properties b/org.eclipse.ui.externaltools/plugin.properties
index 775fedae5..84d58c895 100644
--- a/org.eclipse.ui.externaltools/plugin.properties
+++ b/org.eclipse.ui.externaltools/plugin.properties
@@ -38,12 +38,5 @@ PreferencePage.externalToolsPreferences = External Tools
Program.externalTools = Program
-#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 \ No newline at end of file

Back to the top