remm 2003/10/24 06:09:15 Modified: . build.xml Log: - Embed needs regexp now (the connector needs it). Revision Changes Path 1.165 +1 -0 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- build.xml 6 Oct 2003 13:43:41 -0000 1.164 +++ build.xml 24 Oct 2003 13:09:15 -0000 1.165 @@ -608,6 +608,7 @@ <copy todir="embed/lib" file="${commons-beanutils.jar}"/> <copy todir="embed/lib" file="${commons-collections.jar}"/> <copy todir="embed/lib" file="${jmx.jar}"/> + <copy todir="embed/lib" file="${regexp.jar}"/> <copy todir="embed/lib"> <fileset dir="build/server/lib">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]