[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Fri Feb 2 08:05:32 EST 2007


  User: msurtani
  Date: 07/02/02 08:05:32

  Modified:    JBossCache  build.xml
  Log:
  More retroweaving issues
  
  Revision  Changes    Path
  1.175     +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.174
  retrieving revision 1.175
  diff -u -b -r1.174 -r1.175
  --- build.xml	1 Feb 2007 19:03:46 -0000	1.174
  +++ build.xml	2 Feb 2007 13:05:31 -0000	1.175
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.174 2007/02/01 19:03:46 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.175 2007/02/02 13:05:31 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -282,7 +282,7 @@
         </javac>
      </target>
   
  -   <target name="jbossretro" depends="compile"
  +   <target name="jbossretro" depends="compile-cache"
              description="Weave the classes compiled in the compile-cache target for JDK 1.4.0 compatibility">
   
         <taskdef name="retro" classname="org.jboss.ant.tasks.retro.Retro">
  @@ -1037,7 +1037,7 @@
         
      </target>
   
  -   <target name="all-unittests-retro" depends="jbossretro">
  +   <target name="all-unittests-retro">
         <junit printsummary="yes" timeout="${junit.timeout}" fork="yes" maxmemory="512m">
            <classpath refid="library.classpath"/>
            <classpath refid="retro.output.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list