remm 2003/03/14 10:44:03 Modified: . build.xml Log: - Add back precompilation as part of the build. Revision Changes Path 1.109 +2 -0 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- build.xml 14 Mar 2003 18:39:50 -0000 1.108 +++ build.xml 14 Mar 2003 18:44:03 -0000 1.109 @@ -540,6 +540,8 @@ <antcall target="fix-webapps" /> + <antcall target="build-webapps-precompile" /> + </target> <target name="fix-webapps" depends="init"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]