[jboss-cvs] tools/etc/cruisecontrol/scripts ...

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Tue Jul 18 13:59:30 EDT 2006


  User: rrajasekaran
  Date: 06/07/18 13:59:30

  Modified:    etc/cruisecontrol/scripts  build-cruisecontrol.xml
  Log:
  Copy all the updated property files
  
  Revision  Changes    Path
  1.10      +8 -0      tools/etc/cruisecontrol/scripts/build-cruisecontrol.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-cruisecontrol.xml
  ===================================================================
  RCS file: /cvsroot/jboss/tools/etc/cruisecontrol/scripts/build-cruisecontrol.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- build-cruisecontrol.xml	19 May 2006 00:19:26 -0000	1.9
  +++ build-cruisecontrol.xml	18 Jul 2006 17:59:30 -0000	1.10
  @@ -31,6 +31,14 @@
           <copy file="../templates/cc-db-config.xml" todir="."/>
           <copy file="../templates/cc-web-config.xml" todir="."/>
           <copy file="../templates/cc-matrix-config.xml" todir="."/>
  +  	<copy todir=".">
  +    	 <fileset dir="../checkout/cruisecontrol/scripts">
  +    	   <include name="*.properties"/>
  +    	   <exclude name="customize.properties"/>
  +    	   <exclude name="committer-list.properties"/>
  +    	   <exclude name="jdbc.properties"/>
  +   	 </fileset>
  + 	</copy>        
           </sequential>
       </target>
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list