billbarker 2004/08/17 18:54:47 Modified: . build.xml Log: Fix typo. Reported By: Gumpy Revision Changes Path 1.198 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.197 retrieving revision 1.198 diff -u -r1.197 -r1.198 --- build.xml 16 Aug 2004 23:52:11 -0000 1.197 +++ build.xml 18 Aug 2004 01:54:47 -0000 1.198 @@ -742,7 +742,7 @@ <copy todir="embed/lib" file="${jmx.jar}"/> <copy todir="embed/lib" file="${regexp.jar}"/> - <copy todir="embed/lib" file="${jdt.jar}"/> + <copy todir="embed/lib" file="${jasper-compiler-jdt.jar}"/> <copy todir="embed/lib"> <fileset dir="build/server/lib">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]