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/07/31 00:38:23 UTC

cvs commit: jakarta-avalon-excalibur/pool build.xml

hammant     2002/07/30 15:38:23

  Modified:    pool     build.xml
  Log:
  pool builds dist now
  
  Revision  Changes    Path
  1.24      +4 -3      jakarta-avalon-excalibur/pool/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/pool/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	30 Jul 2002 21:31:07 -0000	1.23
  +++ build.xml	30 Jul 2002 22:38:23 -0000	1.24
  @@ -274,8 +274,8 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, javadocs"
  -        description="Generates a distribution (jar + javadocs + unit tests + checkstyle reports)">
  +        depends="dist-jar, test-reports, checkstyle-report, site"
  +        description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  @@ -289,6 +289,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>
   
           <delete dir="${dist.dir}" />
  @@ -343,7 +344,7 @@
   
   
       <!-- Prepares the documentation directory -->
  -    <target name="docs" depends="setup-filters, javadocs" description="Generates the Docs">
  +    <target name="docs" depends="setup-filters" description="Generates the Docs">
   	<ant antfile="${basedir}/../cocoonbuild.xml"/>
   
         <copy todir="${docs.dir}">
  
  
  

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