jfarcand    2003/03/13 20:01:38

  Modified:    webapps/docs build.xml
  Log:
  Comments docs generation for now since the build breaks if you delete everythings 
and start from scratch.
  
  Revision  Changes    Path
  1.5       +3 -5      jakarta-tomcat-catalina/webapps/docs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 15 Jan 2003 03:40:43 -0000      1.4
  +++ build.xml 14 Mar 2003 04:01:38 -0000      1.5
  @@ -92,15 +92,14 @@
         <fileset dir="${jtc.home}/util/build/javadoc"/>
       </copy>
   
  -    <!-- Build Coyote documentation -->
  +
  +    <!-- Build Coyote documentation
       <mkdir     dir="${webapps.build}/${webapp.name}/coyote"/>
       <ant dir="${jtc.home}/coyote" target="javadoc"/>
   
       <copy todir="${webapps.build}/${webapp.name}/coyote">
         <fileset dir="${jtc.home}/coyote/build/docs"/>
       </copy>
  -
  -    <!-- Build Coyote HTTP/1.1 documentation -->
       <mkdir     dir="${webapps.build}/${webapp.name}/coyote/http11"/>
       <ant dir="${jtc.home}/http11" target="javadoc"/>
   
  @@ -108,14 +107,13 @@
         <fileset dir="${jtc.home}/http11/build/docs"/>
       </copy>
   
  -    <!-- Build Coyote JK2 documentation -->
       <mkdir     dir="${webapps.build}/${webapp.name}/coyote/jk2"/>
       <ant dir="${jtc.home}/jk" target="docs"/>
   
       <copy todir="${webapps.build}/${webapp.name}/coyote/jk2">
         <fileset dir="${jtc.home}/jk/build/docs"/>
       </copy>
  -
  +-->
     </target>
   
   
  
  
  

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

Reply via email to