[jboss-cvs] JBoss Messaging SVN: r4585 - in branches/Branch_JBossMessaging_1_4_0_SP3_CP: tests/etc and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 25 17:22:17 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-06-25 17:22:17 -0400 (Wed, 25 Jun 2008)
New Revision: 4585

Modified:
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/.classpath
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/tests/etc/container.xml
Log:
Just a classpath change for eclipse to work (it doesn't affect anything on the release)

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/.classpath
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/.classpath	2008-06-25 20:36:50 UTC (rev 4584)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/.classpath	2008-06-25 21:22:17 UTC (rev 4585)
@@ -31,7 +31,6 @@
 	<classpathentry kind="lib" path="thirdparty/apache-xerces/lib/xercesImpl.jar"/>
 	<classpathentry kind="lib" path="thirdparty/dom4j/lib/dom4j.jar"/>
 	<classpathentry kind="lib" path="thirdparty/javassist/lib/javassist.jar"/>
-	<classpathentry kind="lib" path="thirdparty/jboss/aop/lib/common-softvaluehashmap.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss/aop/lib/jdk14-pluggable-instrumentor.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss/aop/lib/jrockit-pluggable-instrumentor.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jboss/aop/lib/pluggable-instrumentor.jar"/>

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/tests/etc/container.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/tests/etc/container.xml	2008-06-25 20:36:50 UTC (rev 4584)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/tests/etc/container.xml	2008-06-25 21:22:17 UTC (rev 4585)
@@ -29,7 +29,7 @@
          <url>jdbc:mysql://localhost/messaging</url>
          <driver>com.mysql.jdbc.Driver</driver>
          <isolation>TRANSACTION_READ_COMMITTED</isolation>
-         <username>sa</username>
+         <username>root</username>
       </database-configuration>
 
 




More information about the jboss-cvs-commits mailing list