Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-08-30 16:35:51 +0000
committerDarin Wright2005-08-30 16:35:51 +0000
commit445806bd5254d56c1f7c7a2138e8b2a5a03ee23e (patch)
tree1e696815d86ab74c7ccac41149b600ed9fd19cec /org.eclipse.debug.ui/plugin.xml
parentd1b3997db1cc3dc613642e6fafa5521a6819fa3c (diff)
downloadeclipse.platform.debug-445806bd5254d56c1f7c7a2138e8b2a5a03ee23e.tar.gz
eclipse.platform.debug-445806bd5254d56c1f7c7a2138e8b2a5a03ee23e.tar.xz
eclipse.platform.debug-445806bd5254d56c1f7c7a2138e8b2a5a03ee23e.zip
Bug 108323 - expose system properties as variables in the launching framework
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 2302f60aa..710c37ce8 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2010,6 +2010,9 @@ M4 = Platform-specific fourth key
argumentSelector="org.eclipse.debug.internal.ui.stringsubstitution.ResourceSelector"
variableName="resource_name">
</variablePresentation>
+ <variablePresentation
+ argumentSelector="org.eclipse.debug.internal.ui.stringsubstitution.SystemPropertyArgumentSelector"
+ variableName="system_property"/>
</extension>
<!-- Launch Config Comparators -->
<extension

Back to the top