Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2003-08-11 17:42:09 +0000
committerJared Burns2003-08-11 17:42:09 +0000
commita98ca3d1173de031fff4f177f7a69efb1b8e2d2e (patch)
tree6cbd01aedc76542572437483c3a9023ce3794fac /org.eclipse.debug.core/plugin.xml
parent734fc9e0713583896396f827ae5bc6a2d3a2983f (diff)
downloadeclipse.platform.debug-a98ca3d1173de031fff4f177f7a69efb1b8e2d2e.tar.gz
eclipse.platform.debug-a98ca3d1173de031fff4f177f7a69efb1b8e2d2e.tar.xz
eclipse.platform.debug-a98ca3d1173de031fff4f177f7a69efb1b8e2d2e.zip
Added watchExpressionDelegate extension point schema
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index 563630086..e26ed98e8 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -30,7 +30,7 @@
<extension-point id="simpleLaunchVariables" name="%simpleLaunchVariablesName" schema="schema/simpleLaunchVariables.exsd"/>
<extension-point id="contextLaunchVariables" name="%contextLaunchVariablesName" schema="schema/contextLaunchVariables.exsd"/>
<extension-point id="refreshLaunchVariables" name="%refreshLaunchVariablesName" schema="schema/refreshLaunchVariables.exsd"/>
- <extension-point id="watchExpressionDelegates" name="%watchExpressionDelegatesName"/>
+ <extension-point id="watchExpressionDelegates" name="%watchExpressionDelegatesName" schema="schema/watchExpressionDelegates.exsd"/>
<!-- Extensions -->
<extension
id="breakpointMarker"

Back to the top