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:31:10 UTC

svn commit: r425296 - in /incubator/cayenne/examples/trunk: 3t-example-client/.classpath 3t-example/.classpath generic-mapping-example/.classpath

Author: bdudney
Date: Mon Jul 24 22:31:10 2006
New Revision: 425296

URL: http://svn.apache.org/viewvc?rev=425296&view=rev
Log:
more mavenization

Modified:
    incubator/cayenne/examples/trunk/3t-example-client/.classpath
    incubator/cayenne/examples/trunk/3t-example/.classpath
    incubator/cayenne/examples/trunk/generic-mapping-example/.classpath

Modified: incubator/cayenne/examples/trunk/3t-example-client/.classpath
URL: http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/3t-example-client/.classpath?rev=425296&r1=425295&r2=425296&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/3t-example-client/.classpath (original)
+++ incubator/cayenne/examples/trunk/3t-example-client/.classpath Mon Jul 24 22:31:10 2006
@@ -4,5 +4,5 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/cayenne-java"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/cayenne-java-1.5"/>
 	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="output" path="classes"/>
+	<classpathentry kind="output" path="target/eclipse"/>
 </classpath>

Modified: incubator/cayenne/examples/trunk/3t-example/.classpath
URL: http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/3t-example/.classpath?rev=425296&r1=425295&r2=425296&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/3t-example/.classpath (original)
+++ incubator/cayenne/examples/trunk/3t-example/.classpath Mon Jul 24 22:31:10 2006
@@ -8,5 +8,5 @@
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/webapp"/>
 	<classpathentry kind="src" path="src/main/resources"/>
-	<classpathentry kind="output" path="webroot/WEB-INF/classes"/>
+	<classpathentry kind="output" path="target/eclipse"/>
 </classpath>

Modified: incubator/cayenne/examples/trunk/generic-mapping-example/.classpath
URL: http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/generic-mapping-example/.classpath?rev=425296&r1=425295&r2=425296&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/generic-mapping-example/.classpath (original)
+++ incubator/cayenne/examples/trunk/generic-mapping-example/.classpath Mon Jul 24 22:31: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="build"/>
+	<classpathentry kind="output" path="target/eclipse"/>
 </classpath>