Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-01-25 04:41:00 +0000
committerDarin Wright2006-01-25 04:41:00 +0000
commit37cd3cf0186a3abb7b241960f3e0764f3567f800 (patch)
tree3f5bfe48ffc1bbd376c8299c4cf4979a35b3d7d1 /org.eclipse.core.variables/plugin.xml
parent580adfa7073a07533719e0f7cb54af3e47c8a96d (diff)
downloadeclipse.platform.debug-37cd3cf0186a3abb7b241960f3e0764f3567f800.tar.gz
eclipse.platform.debug-37cd3cf0186a3abb7b241960f3e0764f3567f800.tar.xz
eclipse.platform.debug-37cd3cf0186a3abb7b241960f3e0764f3567f800.zip
Bug 119922 - mechanism to contribute VM install
Diffstat (limited to 'org.eclipse.core.variables/plugin.xml')
-rw-r--r--org.eclipse.core.variables/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.core.variables/plugin.xml b/org.eclipse.core.variables/plugin.xml
index 5b85ef121..97246bb7f 100644
--- a/org.eclipse.core.variables/plugin.xml
+++ b/org.eclipse.core.variables/plugin.xml
@@ -4,5 +4,13 @@
<extension-point id="valueVariables" name="%valueVariablesExtensionPointName" schema="schema/valueVariables.exsd"/>
<extension-point id="dynamicVariables" name="%dynamicVariablesExtensionPointName" schema="schema/dynamicVariables.exsd"/>
+ <extension
+ point="org.eclipse.core.variables.dynamicVariables">
+ <variable
+ description="%eclipse_home.description"
+ name="eclipse_home"
+ resolver="org.eclipse.core.internal.variables.EclipseHomeVariableResolver"
+ supportsArgument="false"/>
+ </extension>
</plugin>

Back to the top