You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/08/02 00:09:59 UTC

cvs commit: jakarta-avalon-excalibur/bzip2 build.xml default.properties

hammant     2002/08/01 15:09:59

  Modified:    bzip2    build.xml default.properties
  Log:
  bzip2 has docs in dist now
  
  Revision  Changes    Path
  1.29      +2 -1      jakarta-avalon-excalibur/bzip2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml	26 Jul 2002 15:06:43 -0000	1.28
  +++ build.xml	1 Aug 2002 22:09:58 -0000	1.29
  @@ -257,7 +257,7 @@
       <!-- Creates the distribution -->
       <target name="dist"
           depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
  -        description="Generates a distribution (jar + javadocs + unit tests + checkstyle reports)">
  +        description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
           <copy file="../KEYS" todir="${dist.dir}"/>
  @@ -270,6 +270,7 @@
   
           <zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
               <zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
  +            <zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
           </zip>
   
           <copy todir="${dist.dir}">
  
  
  
  1.7       +4 -2      jakarta-avalon-excalibur/bzip2/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/default.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- default.properties	16 Jun 2002 10:43:18 -0000	1.6
  +++ default.properties	1 Aug 2002 22:09:58 -0000	1.7
  @@ -42,12 +42,14 @@
   context.dir = ../../jakarta-avalon/src/documentation
   tools.dir = ../../jakarta-avalon/tools
   tools.jar = ${java.home}/../lib/tools.jar
  -docs.dir = dist/docs
  +docs.dir = docs
   xdocs.dir = ${src.dir}/xdocs
   
  +jakarta-site.dir = ../../jakarta-site
  +
   #  Set the properties for distribution directories
   dist.dir = dist
  -dist.javadocs = ${dist.dir}/docs/api
  +dist.javadocs = ${docs.dir}/api
   
   #  name of .zip/.tar.gz/.bz2 files and their top-level directory
   dist.name = ${name}-${version}
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>