remm        02/01/31 10:47:43

  Modified:    webapp   build.xml
  Log:
  - Don't build Javadoc by default.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tomcat-connectors/webapp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 23 Jan 2002 17:48:50 -0000      1.1
  +++ build.xml 31 Jan 2002 18:47:43 -0000      1.2
  @@ -3,7 +3,7 @@
   
   <!--
           "Coyote" connector framework for Jakarta Tomcat
  -        $Id: build.xml,v 1.1 2002/01/23 17:48:50 remm Exp $
  +        $Id: build.xml,v 1.2 2002/01/31 18:47:43 remm Exp $
   -->
   
   
  @@ -146,7 +146,7 @@
   
   
     <target name="compile"
  -   depends="static,javadoc,report"
  +   depends="static,report"
      description="Compile Webapp components">
       <javac  srcdir="${source.home}"
              destdir="${build.home}/classes"
  
  
  

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

Reply via email to