[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Wed Jan 10 08:05:49 EST 2007


  User: msurtani
  Date: 07/01/10 08:05:49

  Modified:    JBossCache  build.xml
  Log:
  JBCACHE-664
  
  Revision  Changes    Path
  1.165     +3 -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.164
  retrieving revision 1.165
  diff -u -b -r1.164 -r1.165
  --- build.xml	10 Jan 2007 12:49:51 -0000	1.164
  +++ build.xml	10 Jan 2007 13:05:49 -0000	1.165
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.164 2007/01/10 12:49:51 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.165 2007/01/10 13:05:49 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -1244,6 +1244,7 @@
         </zip>
   
         <!-- NOW add the retroweaved stuff into the temp dir -->
  +      <!-- uncomment after JBCACHE-664 is closed
         <copy todir="${tmp.dir}/tests14" filtering="no">
            <fileset dir="${retro.compiletest.dir}">
               <include name="**/*.class"/>
  @@ -1262,6 +1263,7 @@
               <include name="jbosscache-JDK140.jar"/>
            </fileset>
         </copy>
  +      -->
   
         <zip zipfile="${dist.dir}/${module.name}-all-${module.version}.zip">
            <zipfileset dir="${tmp.dir}" prefix="${module.name}-all-${module.version}" filemode="755">
  
  
  



More information about the jboss-cvs-commits mailing list