You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by bd...@apache.org on 2006/07/25 07:29:11 UTC

svn commit: r425294 - in /incubator/cayenne/examples/trunk/cross-db-example: .classpath lib/

Author: bdudney
Date: Mon Jul 24 22:29:10 2006
New Revision: 425294

URL: http://svn.apache.org/viewvc?rev=425294&view=rev
Log:
more mavinization cleanup

Removed:
    incubator/cayenne/examples/trunk/cross-db-example/lib/
Modified:
    incubator/cayenne/examples/trunk/cross-db-example/.classpath

Modified: incubator/cayenne/examples/trunk/cross-db-example/.classpath
URL: http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/cross-db-example/.classpath?rev=425294&r1=425293&r2=425294&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/cross-db-example/.classpath (original)
+++ incubator/cayenne/examples/trunk/cross-db-example/.classpath Mon Jul 24 22:29:10 2006
@@ -4,5 +4,5 @@
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="output" path="target/eclipse"/>
 </classpath>