remm 02/01/31 10:42:57 Modified: http11 build.xml Log: - Don't build Javadoc by default. Revision Changes Path 1.4 +2 -2 jakarta-tomcat-connectors/http11/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/http11/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.xml 25 Jan 2002 17:30:14 -0000 1.3 +++ build.xml 31 Jan 2002 18:42:57 -0000 1.4 @@ -3,7 +3,7 @@ <!-- "Coyote" connector framework for Jakarta Tomcat - $Id: build.xml,v 1.3 2002/01/25 17:30:14 remm Exp $ + $Id: build.xml,v 1.4 2002/01/31 18:42:57 remm Exp $ --> @@ -143,7 +143,7 @@ </target> - <target name="compile" depends="static,javadoc" + <target name="compile" depends="static" description="Compile shareable components"> <javac srcdir="${source.home}" destdir="${build.home}/classes"
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>