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/06/22 15:12:32 UTC

svn commit: r416364 - /incubator/cayenne/main/trunk/cayenne/cayenne-tutorial/.classpath

Author: aadamchik
Date: Thu Jun 22 06:12:31 2006
New Revision: 416364

URL: http://svn.apache.org/viewvc?rev=416364&view=rev
Log:
make tutorial Eclipse project depend on cayenne-java instead of hardcoding paths, 
so that we could develop it like other projects

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-tutorial/.classpath

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-tutorial/.classpath
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-tutorial/.classpath?rev=416364&r1=416363&r2=416364&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-tutorial/.classpath (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-tutorial/.classpath Thu Jun 22 06:12:31 2006
@@ -2,7 +2,6 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="/Users/andrus/Desktop/cayenne-1.2RC1/lib/cayenne.jar"/>
-	<classpathentry kind="lib" path="/Users/andrus/opt/derby-10.1.2.1-bin/lib/derby.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/cayenne-java"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>