[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Wed Jan 10 09:55:47 EST 2007


  User: msurtani
  Date: 07/01/10 09:55:47

  Modified:    JBossCache  build.xml
  Log:
  Exclude PojoCache from Retroweaving
  
  Revision  Changes    Path
  1.167     +5 -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.166
  retrieving revision 1.167
  diff -u -b -r1.166 -r1.167
  --- build.xml	10 Jan 2007 14:08:14 -0000	1.166
  +++ build.xml	10 Jan 2007 14:55:47 -0000	1.167
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.166 2007/01/10 14:08:14 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.167 2007/01/10 14:55:47 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -290,15 +290,18 @@
   
         <mkdir dir="${retro.compile.dir}"/>
   
  +      <echo>Retroweaving core source code</echo>
         <retro destdir="${retro.compile.dir}">
            <classpath refid="library.classpath"/>
            <classpath refid="retro.library.classpath"/>
            <classpath path="${compile.dir}"/>
            <src path="${compile.dir}"/>
            <exclude name="**/obsolete/**"/>
  +         <exclude name="**/pojo/**"/>
         </retro>
   
         <!-- now the tests -->
  +      <echo>Retroweaving test classes</echo>
         <mkdir dir="${retro.compiletest.dir}"/>
         <retro destdir="${retro.compiletest.dir}">
            <classpath refid="library.classpath"/>
  @@ -307,6 +310,7 @@
            <classpath path="${compiletest.dir}"/>
            <src path="${compiletest.dir}"/>
            <exclude name="**/obsolete/**"/>
  +         <exclude name="**/pojo/**"/>
         </retro>
   
      </target>
  
  
  



More information about the jboss-cvs-commits mailing list