Weird problem with eclipse build - was it just the .classpath entries not being exported?

This commit is contained in:
dsyer
2007-11-07 08:04:07 +00:00
parent de91cbe728
commit 82f753e18f
7 changed files with 13 additions and 18 deletions

View File

@@ -5,6 +5,6 @@
<classpathentry kind="src" output="bin/test-classes" path="src/test/resources"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>