diff options
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r-- | org.eclipse.debug.core/plugin.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml index e9ded979a..1affad73a 100644 --- a/org.eclipse.debug.core/plugin.xml +++ b/org.eclipse.debug.core/plugin.xml @@ -97,6 +97,11 @@ name="system_property" resolver="org.eclipse.debug.internal.core.SystemPropertyResolver" description="%system_property.description"> + </variable> + <variable + description="%workspace_loc.description" + name="workspace_loc" + resolver="org.eclipse.debug.internal.core.variables.WorkspaceResolver"> </variable> </extension> |