patrickl 2002/08/11 11:34:12 Modified: . build.xml Log: Uncomment the Tyrex download as the build will fail without Tyrex. Revision Changes Path 1.22 +0 -2 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- build.xml 11 Aug 2002 13:50:54 -0000 1.21 +++ build.xml 11 Aug 2002 18:34:12 -0000 1.22 @@ -606,13 +606,11 @@ <param name="sourcefile" value="${struts.loc}"/> <param name="destfile" value="${struts.jar}"/> </antcall> -<!-- <antcall target="downloadfile"> <param name="sourcefile" value="${tyrex.loc}"/> <param name="destfile" value="${tyrex.jar}"/> <param name="destdir" value="${tyrex.home}"/> </antcall> ---> </target> <target name="proxyflags">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>