[jboss-svn-commits] JBL Code SVN: r12800 - labs/jbossesb/trunk/product/rosetta/tests.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Jun 24 05:14:44 EDT 2007


Author: beve
Date: 2007-06-24 05:14:43 -0400 (Sun, 24 Jun 2007)
New Revision: 12800

Modified:
   labs/jbossesb/trunk/product/rosetta/tests/build.xml
Log:
Commented out the jdbc properties for the integration target. Had previously done this for the tests target. Will remove them after I find out why they were there in the first place.


Modified: labs/jbossesb/trunk/product/rosetta/tests/build.xml
===================================================================
--- labs/jbossesb/trunk/product/rosetta/tests/build.xml	2007-06-24 08:16:13 UTC (rev 12799)
+++ labs/jbossesb/trunk/product/rosetta/tests/build.xml	2007-06-24 09:14:43 UTC (rev 12800)
@@ -214,10 +214,12 @@
 				<jvmarg value="-Demma.coverage.out.file=${org.jboss.esb.module.tests.coverage.dir}/coverage.emma" />
 				<jvmarg value="-Demma.coverage.out.merge=true" />
 	        	
+				<!--
 	        	<sysproperty key="org.jboss.esb.test.db.driver" value="${org.jboss.esb.test.db.driver}"/>
 	        	<sysproperty key="org.jboss.esb.test.db.url" value="${org.jboss.esb.test.db.url}"/>
 	        	<sysproperty key="org.jboss.esb.test.db.user" value="${org.jboss.esb.test.db.user}"/>
 	        	<sysproperty key="org.jboss.esb.test.db.password" value="${org.jboss.esb.test.db.password}"/>
+				-->
 	        	<sysproperty key="org.jboss.esb.test.ftp.hostname" value="${org.jboss.esb.test.ftp.hostname}"/>
 	        	<sysproperty key="org.jboss.esb.test.ftp.user" value="${org.jboss.esb.test.ftp.user}"/>
 	        	<sysproperty key="org.jboss.esb.test.ftp.pwd" value="${org.jboss.esb.test.ftp.pwd}"/>




More information about the jboss-svn-commits mailing list