[jboss-cvs] JBossCache ...

Ben Wang bwang at jboss.com
Thu Sep 21 18:33:44 EDT 2006


  User: bwang   
  Date: 06/09/21 18:33:44

  Modified:    JBossCache  build.xml
  Log:
  excluded aop test for cc
  
  Revision  Changes    Path
  1.137     +3 -3      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.136
  retrieving revision 1.137
  diff -u -b -r1.136 -r1.137
  --- build.xml	21 Sep 2006 16:13:18 -0000	1.136
  +++ build.xml	21 Sep 2006 22:33:44 -0000	1.137
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.136 2006/09/21 16:13:18 bwang Exp $ -->
  +<!-- $Id: build.xml,v 1.137 2006/09/21 22:33:44 bwang Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -730,7 +730,7 @@
      </target>
   
      <target name="all-functionaltests"
  -           depends="functionaltests, functionalAopTests, functionalPojoCacheTests"
  +           depends="functionaltests, functionalPojoCacheTests"
              description="Runs all functional tests (including AOP tests)">
      </target>
   
  @@ -754,7 +754,7 @@
         </junit>
      </target>
   
  -   <target name="all-perftests" depends="perftests, perfAopTests"
  +   <target name="all-perftests" depends="perftests"
              description="Runs all perf tests (including AOP tests)">
      </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list