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:55:58 UTC

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

hammant     2002/07/30 15:55:58

  Modified:    altrmi   build.xml
  Log:
  javadocs not needed for docs target
  
  Revision  Changes    Path
  1.27      +1 -1      jakarta-avalon-excalibur/altrmi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	30 Jul 2002 22:52:36 -0000	1.26
  +++ build.xml	30 Jul 2002 22:55:58 -0000	1.27
  @@ -382,7 +382,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">
   	<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>