[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Wed Jan 17 12:04:26 EST 2007


  User: msurtani
  Date: 07/01/17 12:04:26

  Modified:    JBossCache  build.xml
  Log:
  Added serialVersionUID tests to cc builds
  
  Revision  Changes    Path
  1.172     +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.171
  retrieving revision 1.172
  diff -u -b -r1.171 -r1.172
  --- build.xml	16 Jan 2007 11:40:33 -0000	1.171
  +++ build.xml	17 Jan 2007 17:04:26 -0000	1.172
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.171 2007/01/16 11:40:33 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.172 2007/01/17 17:04:26 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -1004,7 +1004,7 @@
              description="Run all non-AOP unit tests (functional, perf, stress)"/>
   
      <target name="all-unittests"
  -           depends="all-functionaltests, all-perftests, stresstests"
  +           depends="all-functionaltests, all-perftests, stresstests, compat-tests"
              description="Run all unit tests, including AOP-based ones (functional, perf, stress)"/>
   
      <target name="all-unittests-cc"
  
  
  



More information about the jboss-cvs-commits mailing list