Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-11-05 17:23:24 +0000
committerDarin Wright2008-11-05 17:23:24 +0000
commit0f74050b8c892407bac461e25c66bd7e52e4333c (patch)
treee0a28a98a35ce864139f09b2e6047e5c3555f51f /org.eclipse.debug.ui/plugin.properties
parent458265cc0ab055672fa87c400ffa94d6a6908b1a (diff)
downloadeclipse.platform.debug-0f74050b8c892407bac461e25c66bd7e52e4333c.tar.gz
eclipse.platform.debug-0f74050b8c892407bac461e25c66bd7e52e4333c.tar.xz
eclipse.platform.debug-0f74050b8c892407bac461e25c66bd7e52e4333c.zip
Bug 252992 - Move {workspace_loc} to debug.core plug-in
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 6d942ed89..774d1cc19 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -164,7 +164,6 @@ project_name.description=Returns the name of a resource's project. The target re
resource_loc.description=Returns the absolute file system path of a resource. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
resource_path.description=Returns the workspace relative path of a resource. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
resource_name.description=Returns the name of a resource. The target resource is the selected resource when no argument is specified, or the resource identified by a workspace relative path.
-workspace_loc.description=Returns the absolute file system path of the workspace root. When an argument is specified, the absolute file system path of the resource identified by a workspace relative path is returned.
selected_text.description=Returns the text currently selected in the active editor.
providerName=Eclipse.org

Back to the top