[jboss-cvs] JBossCache ...

Ben Wang bwang at jboss.com
Wed Aug 2 11:46:42 EDT 2006


  User: bwang   
  Date: 06/08/02 11:46:42

  Modified:    JBossCache  build.xml
  Log:
  Added interceptor to check for recursive Collection pojo
  
  Revision  Changes    Path
  1.129     +3 -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.128
  retrieving revision 1.129
  diff -u -b -r1.128 -r1.129
  --- build.xml	18 Jul 2006 20:44:45 -0000	1.128
  +++ build.xml	2 Aug 2006 15:46:41 -0000	1.129
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.128 2006/07/18 20:44:45 bstansberry Exp $ -->
  +<!-- $Id: build.xml,v 1.129 2006/08/02 15:46:41 bwang Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -146,7 +146,7 @@
      <!-- ================================================================== -->
      <!-- Compile                                                            -->
      <!-- ================================================================== -->
  -   <target name="compile" depends="compile-classes14, compile-classes50" description="Compiles all Java files">
  +   <target name="compile" depends="compile-classes50" description="Compiles all Java files">
      </target>
   
      <target name="compile-classes14" description="Compiles all Java files">
  @@ -215,6 +215,7 @@
         <aopc compilerclasspathref="library.classpath" verbose="true">
           <src path="${compile.dir.50}"/>
            <include name="org/jboss/cache/pojo/impl/*.class"/>
  +         <include name="org/jboss/cache/pojo/collection/*.class"/>
           <aoppath path="${output.resources.dir}/jboss-aop.xml"/>
            <classpath>
               <path refid="output.classpath.50" />
  
  
  



More information about the jboss-cvs-commits mailing list