Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-04-21 19:33:08 +0000
committerDarin Wright2004-04-21 19:33:08 +0000
commitdb464ce674970800de2cba50741f5dba4c5b3545 (patch)
treed2082947cde71ef01ffa021f8e06e40ceaf86775 /org.eclipse.debug.core/plugin.xml
parent5f4608ee84cc30a261de966aa6a28fc92a6714f6 (diff)
downloadeclipse.platform.debug-db464ce674970800de2cba50741f5dba4c5b3545.tar.gz
eclipse.platform.debug-db464ce674970800de2cba50741f5dba4c5b3545.tar.xz
eclipse.platform.debug-db464ce674970800de2cba50741f5dba4c5b3545.zip
Bug 59483 - Predefine some launch conifiguration variables
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index d7fb87412..c2ea5550b 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -101,6 +101,11 @@
resolver="org.eclipse.debug.internal.core.EnvironmentVariableResolver"
description="%env_var.description">
</variable>
+ <variable
+ name="system"
+ resolver="org.eclipse.debug.internal.core.SystemVariableResolver"
+ description="%system_var.description">
+ </variable>
</extension>
<!-- ====================== -->

Back to the top