[jboss-svn-commits] JBL Code SVN: r36993 - labs/jbosstm/trunk/qa.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed May 11 10:58:49 EDT 2011


Author: istudens at redhat.com
Date: 2011-05-11 10:58:49 -0400 (Wed, 11 May 2011)
New Revision: 36993

Modified:
   labs/jbosstm/trunk/qa/build.xml
Log:
updating domain name of driver.url, JBTM-838

Modified: labs/jbosstm/trunk/qa/build.xml
===================================================================
--- labs/jbosstm/trunk/qa/build.xml	2011-05-11 14:58:21 UTC (rev 36992)
+++ labs/jbosstm/trunk/qa/build.xml	2011-05-11 14:58:49 UTC (rev 36993)
@@ -35,11 +35,11 @@
 
     <!--
         This is a redhat vpn server. for non-vpn use, mirror it locally or copy the drivers by hand.
-        wget \-\-no-parent -m http://reports.qa.atl.jboss.com/jdbc-drivers/
-        wget \-\-no-parent -m http://reports.qa.atl.jboss.com/jdbc-drivers/jConnect-6_0/classes
-        ant -Ddriver.url=file:///path/to/reports.qa.atl.jboss.com/jdbc-drivers get.drivers
+        wget \-\-no-parent -m http://www.qa.jboss.com/jdbc-drivers/
+        wget \-\-no-parent -m http://www.qa.jboss.com/jdbc-drivers/jConnect-6_0/classes
+        ant -Ddriver.url=file:///path/to/www.qa.jboss.com/jdbc-drivers get.drivers
     -->
-    <property name="driver.url" value="http://reports.qa.atl.jboss.com/jdbc-drivers/"/>
+    <property name="driver.url" value="http://www.qa.jboss.com/jdbc-drivers/"/>
 
 	<property name="org.jboss.jbossts.qa.server_manager_location" location="ext/jboss-server-manager-0.1.1.GA.jar"/>
 	<property name="org.jboss.jbossts.qa.dist.buildroot" location="build"/>



More information about the jboss-svn-commits mailing list