leif        02/01/27 22:25:26

  Modified:    .        build.xml
  Log:
  Made it possible to build the cocoon documentation without also
  building javadocs.
  
  Revision  Changes    Path
  1.95      +5 -2      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- build.xml 28 Jan 2002 06:02:07 -0000      1.94
  +++ build.xml 28 Jan 2002 06:25:26 -0000      1.95
  @@ -655,8 +655,8 @@
       <echo message="Printer friendly docs are not yet implemented"/>
     </target>
   
  -  <!-- Prepares the documentation directory -->
  -  <target name="docs" depends="javadocs" description="generates the 
Excalibur documentation">
  +  <!-- Prepares the html bases documention -->
  +  <target name="html-docs">
   
       <mkdir dir="${build.context}"/>
       <mkdir dir="${build.xdocs}"/>
  @@ -725,6 +725,9 @@
       </java>
     </target>
   
  +  <!-- Prepares the documentation directory -->
  +  <target name="docs" depends="javadocs, html-docs" description="generates 
the Excalibur documentation"/>
  +    
     <!-- Create the source distribution -->
     <target name="src-dist" depends="setup-properties">
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to