[jboss-cvs] JBossCache ...

Brian Stansberry brian.stansberry at jboss.com
Tue Feb 6 02:02:29 EST 2007


  User: bstansberry
  Date: 07/02/06 02:02:29

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Allow tests with Foo.clazz to run from the dist
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.27 +2 -1      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.26
  retrieving revision 1.119.2.27
  diff -u -b -r1.119.2.26 -r1.119.2.27
  --- build.xml	3 Feb 2007 14:35:08 -0000	1.119.2.26
  +++ build.xml	6 Feb 2007 07:02:29 -0000	1.119.2.27
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.26 2007/02/03 14:35:08 bstansberry Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.27 2007/02/06 07:02:29 bstansberry Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -1055,6 +1055,7 @@
         <copy todir="${tmp.dir}/tests" filtering="no">
            <fileset dir="${functional.tests.dir}">
               <include name="**/*.java"/>
  +            <include name="**/*.clazz"/>
               <exclude name="**/loader/Bdbje*.java"/>
            </fileset>
         </copy>
  
  
  



More information about the jboss-cvs-commits mailing list