[Jboss-cvs] JBossAS SVN: r55130 - trunk/tools/etc/cruisecontrol/scripts

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 3 15:15:26 EDT 2006


Author: rrajesh
Date: 2006-08-03 15:15:26 -0400 (Thu, 03 Aug 2006)
New Revision: 55130

Modified:
   trunk/tools/etc/cruisecontrol/scripts/build-microcontainer-head-testsuite.xml
Log:
Updated svn checkout url to the new microcontainer project

Modified: trunk/tools/etc/cruisecontrol/scripts/build-microcontainer-head-testsuite.xml
===================================================================
--- trunk/tools/etc/cruisecontrol/scripts/build-microcontainer-head-testsuite.xml	2006-08-03 18:51:01 UTC (rev 55129)
+++ trunk/tools/etc/cruisecontrol/scripts/build-microcontainer-head-testsuite.xml	2006-08-03 19:15:26 UTC (rev 55130)
@@ -98,7 +98,7 @@
     
     <target name="checkout-module">
         <svn>
-            <checkout url="http://anonsvn.jboss.org/repos/jbossas/archives/trunk/${checkout.module}" destPath="../checkout/${jboss.dir}/${checkout.dir}"/>
+            <checkout url="http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/${checkout.dir}" destPath="../checkout/${jboss.dir}/${checkout.dir}"/>
         </svn> 
     </target>
     




More information about the jboss-cvs-commits mailing list