Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2005-04-06 15:04:49 +0000
committerOlivier Thomann2005-04-06 15:04:49 +0000
commit394a1ee73ad343f0a988d28c3136fbb1826a5412 (patch)
treeeadb3e5ddc6c0e810210c7af94ff4c41b909b455 /org.eclipse.jdt.core/plugin.xml
parenta9094ab7dcb0532ec933f71c6778cae3b522eda1 (diff)
downloadeclipse.jdt.core-394a1ee73ad343f0a988d28c3136fbb1826a5412.tar.gz
eclipse.jdt.core-394a1ee73ad343f0a988d28c3136fbb1826a5412.tar.xz
eclipse.jdt.core-394a1ee73ad343f0a988d28c3136fbb1826a5412.zip
HEAD - Convert to use a META-INF/MANIFEST.MF (see Wassim's message)
Diffstat (limited to 'org.eclipse.jdt.core/plugin.xml')
-rw-r--r--org.eclipse.jdt.core/plugin.xml21
1 files changed, 2 insertions, 19 deletions
diff --git a/org.eclipse.jdt.core/plugin.xml b/org.eclipse.jdt.core/plugin.xml
index 0b56c27e30..bfc2f41be8 100644
--- a/org.eclipse.jdt.core/plugin.xml
+++ b/org.eclipse.jdt.core/plugin.xml
@@ -3,34 +3,17 @@
<!-- =================================================================================== -->
<!-- JDT/CORE Plug-in Manifest -->
<!-- =================================================================================== -->
-<plugin
- name = "%pluginName"
- id = "org.eclipse.jdt.core"
- version = "3.1.0"
- provider-name = "%providerName"
- class="org.eclipse.jdt.core.JavaCore">
+<plugin>
<!-- =================================================================================== -->
<!-- Prerequisite Plug-ins -->
<!-- =================================================================================== -->
-<requires>
- <import plugin="org.eclipse.core.resources"/>
- <import plugin="org.eclipse.core.runtime"/>
- <import plugin="org.eclipse.text"/>
- <import plugin="org.apache.ant" optional="true"/>
- <import plugin="org.eclipse.team.core" optional="true"/>
-</requires>
-
+
<!-- =================================================================================== -->
<!-- Runtime Libraries -->
<!-- =================================================================================== -->
-<runtime>
- <library name="jdtcore.jar">
- <export name="*"/>
- </library>
-</runtime>
<!-- =================================================================================== -->
<!-- Extension Point: Initializers of Classpath Variables -->

Back to the top