You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/11/12 02:19:19 UTC

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

mcconnell    2002/11/11 17:19:19

  Modified:    meta     build.xml
  Log:
  Updated to handle overrite bug when generating docs.
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-avalon-excalibur/meta/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/meta/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	11 Nov 2002 10:45:44 -0000	1.7
  +++ build.xml	12 Nov 2002 01:19:19 -0000	1.8
  @@ -297,13 +297,13 @@
   
       </target>
   
  -    <target name="docs" depends="javadocs, xdocs" description="generates all the Avalon documentation"/>
  +    <target name="docs" depends="xdocs,javadocs" description="generates all the Avalon documentation"/>
   
       <target name="xdocs" description="generates the xdocs-based documentation">
         <ant antfile="${basedir}/../cocoonbuild.xml"/>
       </target>
   
  -    <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website">
  +    <target name="site" depends="docs" description=" Places Docs ready for hosting on website">
   
           <mkdir dir="../site/dist/docs/${dir-name}"/>
           <copy todir="../site/dist/docs/${dir-name}">
  
  
  

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