Author: thomas.diesler(a)jboss.com
Date: 2008-04-18 05:14:49 -0400 (Fri, 18 Apr 2008)
New Revision: 6487
Modified:
framework/trunk/
framework/trunk/.classpath
Log:
Fix maven eclipse integration
Property changes on: framework/trunk
___________________________________________________________________
Name: svn:ignore
+ target
Modified: framework/trunk/.classpath
===================================================================
--- framework/trunk/.classpath 2008-04-18 09:01:38 UTC (rev 6486)
+++ framework/trunk/.classpath 2008-04-18 09:14:49 UTC (rev 6487)
@@ -9,7 +9,6 @@
<classpathentry excluding="**" kind="src"
output="framework/src/main/etc" path="framework/src/main/etc"/>
<classpathentry excluding="**" kind="src"
output="framework/src/test/resources"
path="framework/src/test/resources"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
<classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>