[jboss-cvs] JBossCache ...

Manik Surtani manik at jboss.org
Mon Apr 2 19:19:16 EDT 2007


  User: msurtani
  Date: 07/04/02 19:19:16

  Modified:    JBossCache  build.xml
  Log:
  Removed retroweaved zip from dist
  
  Revision  Changes    Path
  1.195     +43 -41    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.194
  retrieving revision 1.195
  diff -u -b -r1.194 -r1.195
  --- build.xml	27 Mar 2007 14:22:26 -0000	1.194
  +++ build.xml	2 Apr 2007 23:19:16 -0000	1.195
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.194 2007/03/27 14:22:26 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.195 2007/04/02 23:19:16 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, jar-retro">
  +           depends="compile, manifest, jar-cache, jar-pojocache, jar-migration">
      </target>
   
      <target name="jar-retro" description="Builds JDK 1.4.0-compatible jbosscache.jar"
  @@ -1351,7 +1351,7 @@
         </copy>
   
         <delete file="${dist.dir}/${module.name}-core-${module.version}.zip"/>
  -      <delete file="${dist.dir}/${module.name}-core-JDK140-${module.version}.zip"/>
  +      <!--<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"/>
  @@ -1407,8 +1407,9 @@
            </zipfileset>
         </zip>
   
  -      <!-- NOW add the retroweaved stuff into the temp dir -->
  +      <!-- Retroweaved binary NOT built as a part of the distribution.  Manually run the jar-retro target for this. -->
   
  +      <!--
         <copy todir="${tmp.dir}/tests14" filtering="no">
            <fileset dir="${retro.compiletest.dir}">
               <include name="**/*.class"/>
  @@ -1450,6 +1451,7 @@
               <exclude name="tests"/>
            </zipfileset>
         </zip>
  +      -->
   
         <!-- Remove temp dirs -->
         <delete dir="${tmp.dir}"/>
  
  
  



More information about the jboss-cvs-commits mailing list