Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkulp2005-06-16 17:46:08 +0000
committerrkulp2005-06-16 17:46:08 +0000
commit0f469eaca684fdc99444bc6df2c3ec92d9f9500c (patch)
tree40d4ba9498bcec22c0190c9623dd607854fdda9b /plugins/org.eclipse.jem.util/plugin.xml
parent70ef277d2c0ba1f31c2c7507e94d39e0b6b3f8c3 (diff)
downloadwebtools.common-0f469eaca684fdc99444bc6df2c3ec92d9f9500c.tar.gz
webtools.common-0f469eaca684fdc99444bc6df2c3ec92d9f9500c.tar.xz
webtools.common-0f469eaca684fdc99444bc6df2c3ec92d9f9500c.zip
Changed to 3.1 plugin MANIFEST format.
Diffstat (limited to 'plugins/org.eclipse.jem.util/plugin.xml')
-rw-r--r--plugins/org.eclipse.jem.util/plugin.xml21
1 files changed, 2 insertions, 19 deletions
diff --git a/plugins/org.eclipse.jem.util/plugin.xml b/plugins/org.eclipse.jem.util/plugin.xml
index d2f43664e..591be4264 100644
--- a/plugins/org.eclipse.jem.util/plugin.xml
+++ b/plugins/org.eclipse.jem.util/plugin.xml
@@ -1,25 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
-<plugin
- id="org.eclipse.jem.util"
- name="%pluginName"
- version="1.1.0"
- provider-name="%providerName"
- class="org.eclipse.jem.util.plugin.JEMUtilPlugin">
-
- <runtime>
- <library name="util.jar">
- <export name="*"/>
- </library>
- </runtime>
- <requires>
- <import plugin="org.eclipse.core.runtime"/>
- <import plugin="org.eclipse.core.resources"/>
- <import plugin="org.eclipse.emf.ecore"/>
- <import plugin="org.eclipse.emf.ecore.xmi"/>
- <import plugin="org.eclipse.perfmsr.core" optional="true"/>
- </requires>
+<plugin>
+
<!-- Extension point to register ResourceHandlers that will always be added to
new WorkbenchContexts -->
<extension-point id="ResourceHandlerExtension" name="ResourceHandlerExtension"/>

Back to the top