Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2005-04-05 19:01:37 +0000
committerKevin Barnes2005-04-05 19:01:37 +0000
commit047614b2ec6ae0eb3e30ce97dd1a30fe48e92d2c (patch)
tree976576b2a28078aac4d42dd7ba7601a0e4f49b22 /org.eclipse.core.variables/plugin.xml
parent34c6477107ba53eb8cf6c9c69856425ce93510d0 (diff)
downloadeclipse.platform.debug-047614b2ec6ae0eb3e30ce97dd1a30fe48e92d2c.tar.gz
eclipse.platform.debug-047614b2ec6ae0eb3e30ce97dd1a30fe48e92d2c.tar.xz
eclipse.platform.debug-047614b2ec6ae0eb3e30ce97dd1a30fe48e92d2c.zip
Created MANIFEST.MF
Diffstat (limited to 'org.eclipse.core.variables/plugin.xml')
-rw-r--r--org.eclipse.core.variables/plugin.xml18
1 files changed, 2 insertions, 16 deletions
diff --git a/org.eclipse.core.variables/plugin.xml b/org.eclipse.core.variables/plugin.xml
index 15731bbf6..5b85ef121 100644
--- a/org.eclipse.core.variables/plugin.xml
+++ b/org.eclipse.core.variables/plugin.xml
@@ -1,22 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
-<plugin
- id="org.eclipse.core.variables"
- name="%pluginName"
- version="3.1.0"
- provider-name="%providerName"
- class="org.eclipse.core.variables.VariablesPlugin">
+<plugin>
- <runtime>
- <library name="variables.jar">
- <export name="*"/>
- </library>
- </runtime>
- <requires>
- <import plugin="org.eclipse.core.runtime"/>
- </requires>
-
- <extension-point id="valueVariables" name="%valueVariablesExtensionPointName" schema="schema/valueVariables.exsd"/>
+ <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