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

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Fri Jul 14 14:46:08 EDT 2006


  User: rrajasekaran
  Date: 06/07/14 14:46:08

  Modified:    etc/cruisecontrol/scripts  build-jboss-common.xml
  Log:
  Kill any running instances before cleaning checkout
  
  Revision  Changes    Path
  1.25      +1 -0      tools/etc/cruisecontrol/scripts/build-jboss-common.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-jboss-common.xml
  ===================================================================
  RCS file: /cvsroot/jboss/tools/etc/cruisecontrol/scripts/build-jboss-common.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- build-jboss-common.xml	30 Jun 2006 20:43:56 -0000	1.24
  +++ build-jboss-common.xml	14 Jul 2006 18:46:08 -0000	1.25
  @@ -205,6 +205,7 @@
   
   
       <target name="clean" depends="" description="Cleans checkout directory">
  +        <kill-jboss-dead/>
           <antcall target="clean.checkout">
              <param name="checkout.dir" value="../checkout/${jboss.dir}"/>
              <param name="artifacts.dir" value="${log.dir}"/>
  
  
  



More information about the jboss-cvs-commits mailing list