Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-09-17 02:34:45 +0000
committerDarin Wright2003-09-17 02:34:45 +0000
commit4e402da43979a6def7d8ecbe3350419cafff4d2f (patch)
treec4ae34fe5cf249779f79aba5782bd50003264b54 /org.eclipse.debug.core/plugin.xml
parent732250ef1f8401d5d51ab86e50751aca745c2155 (diff)
downloadeclipse.platform.debug-4e402da43979a6def7d8ecbe3350419cafff4d2f.tar.gz
eclipse.platform.debug-4e402da43979a6def7d8ecbe3350419cafff4d2f.tar.xz
eclipse.platform.debug-4e402da43979a6def7d8ecbe3350419cafff4d2f.zip
experimental replacement of launch variables
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index dc107b031..4e6b8242c 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -32,6 +32,8 @@
<extension-point id="refreshLaunchVariables" name="%refreshLaunchVariablesName" schema="schema/refreshLaunchVariables.exsd"/>
<extension-point id="watchExpressionDelegates" name="%watchExpressionDelegatesName" schema="schema/watchExpressionDelegates.exsd"/>
<extension-point id="processFactories" name="%processFactoriesExtensionPointName" schema="schema/processFactories.exsd"/>
+ <extension-point id="valueVariables" name="%valueVariablesExtensionPointName" schema="schema/valueVariables.exsd"/>
+ <extension-point id="contextVariables" name="%contextVariablesExtensionPointName" schema="schema/contextVariables.exsd"/>
<!-- Extensions -->
<extension
id="breakpointMarker"

Back to the top