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 /build/org.eclipse.cdt.make.core.tests/.classpath
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 'build/org.eclipse.cdt.make.core.tests/.classpath')
-rw-r--r--build/org.eclipse.cdt.make.core.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.make.core.tests/.classpath b/build/org.eclipse.cdt.make.core.tests/.classpath
index 065ac06e197..472ee29b11e 100644
--- a/build/org.eclipse.cdt.make.core.tests/.classpath
+++ b/build/org.eclipse.cdt.make.core.tests/.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.5"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top