jfclere 2002/08/29 09:12:01 Modified: jk build.xml Log: Allow to build the html documentation even if the tomcat-coyote.jar is not present. Revision Changes Path 1.49 +1 -1 jakarta-tomcat-connectors/jk/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- build.xml 29 Aug 2002 11:04:34 -0000 1.48 +++ build.xml 29 Aug 2002 16:12:01 -0000 1.49 @@ -328,7 +328,7 @@ --> <target name="docs.check" - depends="prepare" + depends="detect" description="Fail if we don't find Xalan" unless="avail.xalan">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>