[jboss-svn-commits] JBL Code SVN: r30386 - labs/jbosstm/workspace/whitingjr/trunk/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 30 04:23:11 EST 2009


Author: whitingjr
Date: 2009-11-30 04:23:11 -0500 (Mon, 30 Nov 2009)
New Revision: 30386

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath
Log:
Removed postgresql library.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath	2009-11-30 09:22:17 UTC (rev 30385)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/.classpath	2009-11-30 09:23:11 UTC (rev 30386)
@@ -11,7 +11,8 @@
 	<classpathentry kind="lib" path="lib/jboss-ejb3-all.jar"/>
 	<classpathentry kind="lib" path="lib/thirdparty-all.jar"/>
 	<classpathentry kind="lib" path="lib/caveatemptor-jpa.jar"/>
-	<classpathentry kind="lib" path="lib/dbdrivers/oracle/ojdbc14.jar"/>
 	<classpathentry kind="lib" path="lib/dbdrivers/postgresql/postgresql-8.4-701.jdbc4.jar" sourcepath="/home/whitingjr/java/postgresql/postgresql-jdbc-8.4-701.src"/>
+	<classpathentry kind="lib" path="lib/dbdrivers/oracle/ojdbc6.jar"/>
+	<classpathentry kind="lib" path="lib/dbdrivers/oracle/ucp.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>



More information about the jboss-svn-commits mailing list