[jboss-cvs] JBossCache ...

Jason Thomas Greene jgreene at jboss.com
Sun Apr 22 22:53:22 EDT 2007


  User: jgreene 
  Date: 07/04/22 22:53:22

  Modified:    JBossCache  build.xml
  Log:
  Introduce new notification API
  Remove mixin approach
  
  Revision  Changes    Path
  1.200     +1 -5      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.199
  retrieving revision 1.200
  diff -u -b -r1.199 -r1.200
  --- build.xml	21 Apr 2007 09:28:45 -0000	1.199
  +++ build.xml	23 Apr 2007 02:53:21 -0000	1.200
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.199 2007/04/21 09:28:45 gzamarreno Exp $ -->
  +<!-- $Id: build.xml,v 1.200 2007/04/23 02:53:21 jgreene Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -868,10 +868,6 @@
                  <include name="**/pojo/**/*Test.*"/>
                  <patternset refid="junit.excludes"/>
               </fileset>
  -            <fileset dir="${functional.tests.dir.50}">
  -               <include name="**/pojo/**/*Test.*"/>
  -               <patternset refid="junit.excludes"/>
  -            </fileset>
            </batchtest>
         </junit>
      </target>
  
  
  



More information about the jboss-cvs-commits mailing list