You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/07/31 03:33:50 UTC

svn commit: r426993 - /incubator/cayenne/main/trunk/modeler/modeler/.classpath

Author: aadamchik
Date: Sun Jul 30 18:33:49 2006
New Revision: 426993

URL: http://svn.apache.org/viewvc?rev=426993&view=rev
Log:
yet another attempt to reconcile eclipse setup with Maven...

Modified:
    incubator/cayenne/main/trunk/modeler/modeler/.classpath

Modified: incubator/cayenne/main/trunk/modeler/modeler/.classpath
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/modeler/modeler/.classpath?rev=426993&r1=426992&r2=426993&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/modeler/modeler/.classpath (original)
+++ incubator/cayenne/main/trunk/modeler/modeler/.classpath Sun Jul 30 18:33:49 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" path="src/test/java"/>
+	<classpathentry output="target/test-classes" kind="src" path="src/test/java"/>
 	<classpathentry excluding="**" output="src/main/resources" kind="src" path="src/main/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>