[jboss-cvs] JBossCache ...

Manik Surtani manik at jboss.org
Tue Mar 13 13:56:22 EDT 2007


  User: msurtani
  Date: 07/03/13 13:56:22

  Modified:    JBossCache  build.xml
  Log:
  Reenabled retroweaving
  
  Revision  Changes    Path
  1.191     +2 -13     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.190
  retrieving revision 1.191
  diff -u -b -r1.190 -r1.191
  --- build.xml	9 Mar 2007 15:41:41 -0000	1.190
  +++ build.xml	13 Mar 2007 17:56:22 -0000	1.191
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.190 2007/03/09 15:41:41 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.191 2007/03/13 17:56:22 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -357,7 +357,7 @@
      <!-- Create jbosscache.jar                                             -->
      <!-- ================================================================== -->
      <target name="jar" description="Builds jbosscache.jar"
  -           depends="compile, manifest, jar-cache, jar-pojocache, jar-migration">
  +           depends="compile, manifest, jar-cache, jar-pojocache, jar-migration, jar-retro">
      </target>
   
      <target name="jar-retro" description="Builds JDK 1.4.0-compatible jbosscache.jar"
  @@ -1169,10 +1169,6 @@
   
      <target name="dist" description="Creates a full standalone distribution"
              depends="jar, docs, javadocs">
  -      <!-- re-enable retroweaving once JBOss Retro bug is fixed.  See JBCACHE-664 -->
  -      <!--depends="jar, jar-retro, docs, javadocs, javadocs50">-->
  -
  -      <!--target name="dist" description="Creates a full standalone distribution" depends="jar"-->
   
         <!-- Now make temp dirs, copy files and create the zip files -->
         <mkdir dir="${tmp.dir}"/>
  @@ -1319,9 +1315,7 @@
         </copy>
   
         <delete file="${dist.dir}/${module.name}-core-${module.version}.zip"/>
  -      <!-- uncomment after JBCACHE-664 is closed
         <delete file="${dist.dir}/${module.name}-core-JDK140-${module.version}.zip"/>
  -      -->
         <delete file="${dist.dir}/${module.name}-pojo-${module.version}.zip"/>
         <delete file="${dist.dir}/${module.name}-all-${module.version}.zip"/>
         <delete file="${dist.dir}/bdbje-for-${module.name}-${module.version}.zip"/>
  @@ -1373,7 +1367,6 @@
         </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"/>
  @@ -1392,7 +1385,6 @@
               <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">
  @@ -1400,8 +1392,6 @@
            </zipfileset>
         </zip>
   
  -      <!-- uncomment after JBCACHE-664 is closed
  -
         <zip zipfile="${dist.dir}/${module.name}-core-JDK140-${module.version}.zip">
            <zipfileset dir="${tmp.dir}" prefix="${module.name}-core-JDK140-${module.version}" filemode="755">
               <include name="**/*"/>
  @@ -1424,7 +1414,6 @@
            </zipfileset>
         </zip>
   
  -      -->
         <!-- Remove temp dirs -->
         <delete dir="${tmp.dir}"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list