craigmcc    01/07/28 15:47:10

  Modified:    .        build.xml
  Log:
  Remove "dist" dependency on "tomcat-docs" for now, until we stabilize the
  documentation production process.  If you want to create this web app,
  execute "ant tomcat-docs" explicitly.
  
  Revision  Changes    Path
  1.33      +4 -1      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.xml 2001/07/28 01:35:38     1.32
  +++ build.xml 2001/07/28 22:47:10     1.33
  @@ -166,7 +166,10 @@
   
   
     <!-- ====================== DIST: Create Archives ======================= -->
  -  <target name="dist" 
depends="deploy-main,dist-static,dist-javadoc,dist-source,tomcat-docs">
  +<!--
  +  <target name="dist" depends="deploy-main,dist-static,dist-javadoc,,tomcat-docs">
  +-->
  +  <target name="dist" depends="deploy-main,dist-static,dist-javadoc">
   <!-- Comment out until startup timing issues are resolved
       <jar jarfile="${tomcat.dist}/webapps/ROOT.war"
            basedir="${tomcat.build}/webapps/ROOT" includes="**"/>
  
  
  

Reply via email to