Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2008-02-15 10:29:25 +0000
committerAnton Leherbauer2008-02-15 10:29:25 +0000
commit8f9be92af56f91fd65d07f9be67acc5e351762e6 (patch)
tree3aa9cc30176623b28c48cfd8e025ee9243e3b9b1 /core/org.eclipse.cdt.core.linux
parent8bc24567aff42a0e7ec416384d45b3d71ba3f071 (diff)
downloadorg.eclipse.cdt-8f9be92af56f91fd65d07f9be67acc5e351762e6.tar.gz
org.eclipse.cdt-8f9be92af56f91fd65d07f9be67acc5e351762e6.tar.xz
org.eclipse.cdt-8f9be92af56f91fd65d07f9be67acc5e351762e6.zip
Fix manifest warnings
Diffstat (limited to 'core/org.eclipse.cdt.core.linux')
-rw-r--r--core/org.eclipse.cdt.core.linux/.classpath2
-rw-r--r--core/org.eclipse.cdt.core.linux/META-INF/MANIFEST.MF1
2 files changed, 2 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core.linux/.classpath b/core/org.eclipse.cdt.core.linux/.classpath
index 065ac06e197..b7464f3ca24 100644
--- a/core/org.eclipse.cdt.core.linux/.classpath
+++ b/core/org.eclipse.cdt.core.linux/.classpath
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/core/org.eclipse.cdt.core.linux/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.linux/META-INF/MANIFEST.MF
index fc8f3da0c58..cc2cb59fb8f 100644
--- a/core/org.eclipse.cdt.core.linux/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.cdt.core.linux/META-INF/MANIFEST.MF
@@ -7,3 +7,4 @@ Bundle-ClassPath: cdt_linux.jar
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)"
Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top