Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2003-06-06 20:34:18 +0000
committerJared Burns2003-06-06 20:34:18 +0000
commit27bac7c82402dcc6e1d1e8a59077c5b5ca9bd8c6 (patch)
tree9fc552c5f97c049dfa9cfc198af3a55efe90a286 /org.eclipse.debug.core/plugin.xml
parent485b68cd27b33a09ac77418d3f9a1dd3693bfb51 (diff)
downloadeclipse.platform.debug-27bac7c82402dcc6e1d1e8a59077c5b5ca9bd8c6.tar.gz
eclipse.platform.debug-27bac7c82402dcc6e1d1e8a59077c5b5ca9bd8c6.tar.xz
eclipse.platform.debug-27bac7c82402dcc6e1d1e8a59077c5b5ca9bd8c6.zip
Bug 37241 - Support for core variables
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index d6b53f978..e03e3d5b4 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -29,6 +29,7 @@
<extension-point id="statusHandlers" name="%statusHandlerExtensionPointName" schema="schema/statusHandlers.exsd"/>
<extension-point id="simpleLaunchVariables" name="%simpleLaunchVariablesName"/>
<extension-point id="contextLaunchVariables" name="%contextLaunchVariablesName" schema="schema/contextLaunchVariables.exsd"/>
+ <extension-point id="refreshLaunchVariables" name="%refreshLaunchVariablesName"/>
<!-- Extensions -->
<extension

Back to the top