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:34:13 UTC

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

hammant     2002/08/01 15:34:13

  Modified:    naming   build.xml default.properties
  Log:
  docs in dist
  
  Revision  Changes    Path
  1.50      +2 -1      jakarta-avalon-excalibur/naming/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/naming/build.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- build.xml	26 Jul 2002 15:18:12 -0000	1.49
  +++ build.xml	1 Aug 2002 22:34:13 -0000	1.50
  @@ -264,7 +264,7 @@
       <!-- Creates the distribution -->
       <target name="dist"
           depends="dist-jar, test-reports, checkstyle-report, javadocs, docs"
  -        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}"/>
  @@ -278,6 +278,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>
   
           <!--
  
  
  
  1.7       +2 -0      jakarta-avalon-excalibur/naming/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/naming/default.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- default.properties	6 Jul 2002 04:50:53 -0000	1.6
  +++ default.properties	1 Aug 2002 22:34:13 -0000	1.7
  @@ -44,6 +44,8 @@
   tools.jar = ${java.home}/../lib/tools.jar
   xdocs.dir = ${src.dir}/xdocs
   
  +jakarta-site.dir = ../../jakarta-site
  +
   #  Set the properties for distribution directories
   dist.dir = dist
   docs.dir = ${dist.dir}/docs
  
  
  

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