[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Wed Jan 10 07:49:34 EST 2007


  User: msurtani
  Date: 07/01/10 07:49:34

  Modified:    JBossCache  build.xml
  Log:
  JBCACHE-664
  
  Revision  Changes    Path
  1.163     +12 -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.162
  retrieving revision 1.163
  diff -u -b -r1.162 -r1.163
  --- build.xml	10 Jan 2007 09:56:17 -0000	1.162
  +++ build.xml	10 Jan 2007 12:49:34 -0000	1.163
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.162 2007/01/10 09:56:17 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.163 2007/01/10 12:49:34 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -1049,7 +1049,10 @@
      <!-- ================================================================== -->
   
      <target name="dist" description="Creates a full standalone distribution"
  -           depends="jar, jar-retro, docs, javadocs, javadocs50">
  +           depends="jar, docs, javadocs, javadocs50">
  +      <!-- 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 -->
  @@ -1189,7 +1192,9 @@
         </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"/>
  @@ -1264,6 +1269,8 @@
            </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="**/*"/>
  @@ -1286,14 +1293,16 @@
            </zipfileset>
         </zip>
   
  -
  +      -->
         <!-- Remove temp dirs -->
         <delete dir="${tmp.dir}"/>
   
         <!-- build checksums -->
         <checksum file="${dist.dir}/${module.name}-all-${module.version}.zip"/>
         <checksum file="${dist.dir}/${module.name}-core-${module.version}.zip"/>
  +      <!-- uncomment after JBCACHE-664 is closed
         <checksum file="${dist.dir}/${module.name}-core-JDK140-${module.version}.zip"/>
  +      -->
         <checksum file="${dist.dir}/${module.name}-pojo-${module.version}.zip"/>
         <checksum file="${dist.dir}/bdbje-for-${module.name}-${module.version}.zip"/>
      </target>
  
  
  



More information about the jboss-cvs-commits mailing list