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 09:19:26 UTC

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

hammant     2002/07/31 00:19:26

  Modified:    datasource build.xml default.properties
  Log:
  datasource has docs in dist
  
  Revision  Changes    Path
  1.26      +6 -3      jakarta-avalon-excalibur/datasource/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml	26 Jul 2002 16:03:15 -0000	1.25
  +++ build.xml	31 Jul 2002 07:19:26 -0000	1.26
  @@ -429,8 +429,10 @@
   
       <!-- 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, site"       
  +        description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
  +        
  +        <!-- TODO test-reports, checkstyle-report (hangs) -->
   
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  @@ -440,6 +442,7 @@
   
           <zip zipfile="${dist.base}/${dist.name}-bin.zip" compress="true">
               <zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
  +            <zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
           </zip>
   
           <!--
  @@ -515,7 +518,7 @@
   
   
       <!-- Prepares the documentation directory -->
  -    <target name="docs" depends="setup-filters"> <!-- depends="javadocs" description="Generates the Docs" -->
  +    <target name="docs" depends="setup-filters" description="Generates the Docs">
           <mkdir dir="${docs.dir}"/>
   
   	<ant antfile="${basedir}/../cocoonbuild.xml"/>
  
  
  
  1.11      +1 -1      jakarta-avalon-excalibur/datasource/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/default.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- default.properties	30 Jul 2002 14:49:27 -0000	1.10
  +++ default.properties	31 Jul 2002 07:19:26 -0000	1.11
  @@ -107,7 +107,7 @@
   
   #  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>