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/05/17 20:11:21 UTC

svn commit: r407345 - in /incubator/cayenne/main/trunk/cayenne/cayenne-java: .classpath lib-src/postgresql-jdbc-src-8.0-314.jar lib/postgresql-8.0-314.jdbc3.jar

Author: aadamchik
Date: Wed May 17 11:11:20 2006
New Revision: 407345

URL: http://svn.apache.org/viewvc?rev=407345&view=rev
Log:
removing Postgres driver from the project libs - its presence break the unit tests on PG that is not 8.0.

Removed:
    incubator/cayenne/main/trunk/cayenne/cayenne-java/lib-src/postgresql-jdbc-src-8.0-314.jar
    incubator/cayenne/main/trunk/cayenne/cayenne-java/lib/postgresql-8.0-314.jdbc3.jar
Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-java/.classpath

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-java/.classpath
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/.classpath?rev=407345&r1=407344&r2=407345&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-java/.classpath (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-java/.classpath Wed May 17 11:11:20 2006
@@ -41,7 +41,6 @@
 	<classpathentry exported="true" kind="lib" path="lib/tapestry-3.0.3.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/velocity-dep-1.3.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry sourcepath="lib-src/postgresql-jdbc-src-8.0-314.jar" kind="lib" path="lib/postgresql-8.0-314.jdbc3.jar"/>
 	<classpathentry sourcepath="lib-src/hsqldb-1.8.0.2-src.jar" kind="lib" path="lib/hsqldb-1.8.0.2.jar"/>
 	<classpathentry kind="output" path="build/eclipse"/>
 </classpath>