[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Tue Nov 14 11:22:25 EST 2006


  User: msurtani
  Date: 06/11/14 11:22:25

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Added clean as a dep on all-unittests-cc
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.14 +2 -2      JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.119.2.13
  retrieving revision 1.119.2.14
  diff -u -b -r1.119.2.13 -r1.119.2.14
  --- build.xml	13 Nov 2006 09:03:58 -0000	1.119.2.13
  +++ build.xml	14 Nov 2006 16:22:25 -0000	1.119.2.14
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.13 2006/11/13 09:03:58 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.14 2006/11/14 16:22:25 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -857,7 +857,7 @@
              depends="all-functionaltests, all-perftests, stresstests"
              description="Run all unit tests, including AOP-based ones (functional, perf, stress)"/>
   
  -   <target name="all-unittests-cc"
  +   <target name="all-unittests-cc" depends="clean"
              description="Run all unit tests, including AOP-based ones (functional, perf, stress) for CruiseControl, (excludes 'known failures')">
         <!--<patternset id="my.junit.excludes">-->
         <!--<patternset refid="known.failures" />-->
  
  
  



More information about the jboss-cvs-commits mailing list