[jboss-dev] Eclipse .classpath files AS trunk
Kabir Khan
kabir.khan at jboss.com
Thu Jan 28 06:24:24 EST 2010
Is there any reason why the .classpath files for cluster, varia and server are J2SE-1.5? I get loads of errors with those, but if I edit those and set them to the "workspace default" everything compiles, e.g.
--- server/.classpath (revision 100034)
+++ server/.classpath (working copy)
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" path="target/generated-sources/javacc"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Before I commit I want to make sure this is not just a local problem
More information about the jboss-development
mailing list