Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Bourlier2003-10-21 17:44:09 +0000
committerLuc Bourlier2003-10-21 17:44:09 +0000
commitab911fcde82fd45bcc39ac272c5fbda9a69be5fe (patch)
tree444a44edec1192562892a855816e7ade4d7dd83b /org.eclipse.core.variables/plugin.xml
parent459e7a37e00d381973d431e7b1db2a8051e1dcfd (diff)
downloadeclipse.platform.debug-ab911fcde82fd45bcc39ac272c5fbda9a69be5fe.tar.gz
eclipse.platform.debug-ab911fcde82fd45bcc39ac272c5fbda9a69be5fe.tar.xz
eclipse.platform.debug-ab911fcde82fd45bcc39ac272c5fbda9a69be5fe.zip
Bug 43332 - String Substitution Support - org.eclipse.core.variables
Diffstat (limited to 'org.eclipse.core.variables/plugin.xml')
-rw-r--r--org.eclipse.core.variables/plugin.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.core.variables/plugin.xml b/org.eclipse.core.variables/plugin.xml
index 46996ca7c..6bfee3bd3 100644
--- a/org.eclipse.core.variables/plugin.xml
+++ b/org.eclipse.core.variables/plugin.xml
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin
+ id="org.eclipse.core.variables"
name="%pluginName"
version="3.0.0"
provider-name="%providerName"
- id="org.eclipse.core.variables"
- class= "org.eclipse.core.variables.VariablesPlugin">
+ class="org.eclipse.core.variables.VariablesPlugin">
<runtime>
</runtime>
+ <extension-point id="valueVariables" name="%valueVariablesExtensionPointName" schema="schema/valueVariables.exsd"/>
+ <extension-point id="dynamicVariables" name="%dynamicVariablesExtensionPointName" schema="schema/dynamicVariables.exsd"/>
+
</plugin>

Back to the top