[jboss-cvs] JBoss Messaging SVN: r3547 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 8 10:55:06 EST 2008


Author: clebert.suconic at jboss.com
Date: 2008-01-08 10:55:06 -0500 (Tue, 08 Jan 2008)
New Revision: 3547

Modified:
   trunk/.classpath
Log:
Changing MySQL Driver into a variable

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2008-01-08 15:50:21 UTC (rev 3546)
+++ trunk/.classpath	2008-01-08 15:55:06 UTC (rev 3547)
@@ -75,6 +75,6 @@
 	<classpathentry kind="lib" path="tests/etc"/>
 	<classpathentry kind="lib" path="src/etc/server/default/config"/>
 	<classpathentry kind="lib" path="src/etc/server/default/deploy"/>
-	<classpathentry kind="lib" path="tests/lib/jdbc-drivers/mysql-connector-java-5.1.5-bin.jar"/>
+	<classpathentry kind="var" path="MYSQL_DRIVER_JAR"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>




More information about the jboss-cvs-commits mailing list