Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-11-05 17:11:27 +0000
committerDarin Wright2008-11-05 17:11:27 +0000
commit3c51ff888064c1069a57348d548508d1c45c80be (patch)
treed1b255bf033bf5ee0abbf856908a0eb4bb75fea3 /org.eclipse.debug.ui/plugin.xml
parent9006bce22a5549e203793b58911983f378fb5149 (diff)
downloadeclipse.platform.debug-3c51ff888064c1069a57348d548508d1c45c80be.tar.gz
eclipse.platform.debug-3c51ff888064c1069a57348d548508d1c45c80be.tar.xz
eclipse.platform.debug-3c51ff888064c1069a57348d548508d1c45c80be.zip
Bug 252992 - Move {workspace_loc} to debug.core plug-in
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index a747053db..ec2966128 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1956,11 +1956,6 @@ M4 = Platform-specific fourth key
<extension
point="org.eclipse.core.variables.dynamicVariables">
<variable
- name="workspace_loc"
- description="%workspace_loc.description"
- resolver="org.eclipse.debug.internal.ui.stringsubstitution.WorkspaceResolver">
- </variable>
- <variable
name="project_loc"
description="%project_loc.description"
resolver="org.eclipse.debug.internal.ui.stringsubstitution.ProjectResolver">

Back to the top