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:03:35 UTC

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

hammant     2002/07/30 15:03:35

  Modified:    template-product build.xml default.properties
  Log:
  template builds localdocs (well it would if there were example java src).
  
  Revision  Changes    Path
  1.28      +3 -2      jakarta-avalon-excalibur/template-product/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	26 Jul 2002 15:19:23 -0000	1.27
  +++ build.xml	30 Jul 2002 22:03:34 -0000	1.28
  @@ -256,8 +256,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}"/>
           <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>
   
           <delete dir="${dist.dir}" />
  
  
  
  1.7       +1 -1      jakarta-avalon-excalibur/template-product/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/default.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- default.properties	25 Jun 2002 02:45:04 -0000	1.6
  +++ default.properties	30 Jul 2002 22:03:34 -0000	1.7
  @@ -44,7 +44,7 @@
   
   #  Set the properties for distribution directories
   dist.dir = dist
  -dist.javadocs = ${dist.dir}/docs/api
  +dist.javadocs = ${docs.dir}/api
   
   xdocs.dir = ${src.dir}/xdocs
   docs.dir = ${dist.dir}/docs
  
  
  

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