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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 18 20:57:50 EDT 2006


Author: rrajesh
Date: 2006-09-18 20:57:49 -0400 (Mon, 18 Sep 2006)
New Revision: 56960

Modified:
   trunk/tools/etc/cruisecontrol/scripts/build-cruisecontrol.xml
Log:
Updates the resources folder

Modified: trunk/tools/etc/cruisecontrol/scripts/build-cruisecontrol.xml
===================================================================
--- trunk/tools/etc/cruisecontrol/scripts/build-cruisecontrol.xml	2006-09-19 00:00:34 UTC (rev 56959)
+++ trunk/tools/etc/cruisecontrol/scripts/build-cruisecontrol.xml	2006-09-19 00:57:49 UTC (rev 56960)
@@ -24,6 +24,9 @@
         <copy todir=".">
            <fileset dir="../checkout/cruisecontrol/scripts" excludes="*.properties"/>
         </copy>
+        <copy todir="../resources">
+           <fileset dir="../checkout/cruisecontrol/resources"/>
+        </copy>        	
         <copy todir="../templates">
            <fileset dir="../checkout/cruisecontrol/templates"/>
         </copy>




More information about the jboss-cvs-commits mailing list