billbarker 2004/01/01 15:20:46 Modified: . build.xml build.properties.sample Log: Adding Regexp since it is needed by coyote-http11 (I can see how active development is in j-t :). Revision Changes Path 1.199 +4 -0 jakarta-tomcat/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/build.xml,v retrieving revision 1.198 retrieving revision 1.199 diff -u -r1.198 -r1.199 --- build.xml 13 Oct 2003 09:44:16 -0000 1.198 +++ build.xml 1 Jan 2004 23:20:46 -0000 1.199 @@ -99,6 +99,9 @@ <property name="commons-logging.home" location="${jakarta-commons}/commons-logging-1.0.2" /> <property name="commons-logging.lib" location="${commons-logging.home}" /> <property name="commons-logging.jar" location="${commons-logging.lib}/commons-logging-api.jar" /> + + <property name="regexp.home" location="${ws}/jakarta-regexp" /> + <property name="regexp.jar" location="${regexp.home}/jakarta-regexp.jar" /> <property name="commons-collections.home" location="${jakarta-commons}/collections"/> <property name="commons-collections.lib" location="${commons-collections.home}/dist"/> @@ -413,6 +416,7 @@ <property name="commons-logging.jar" value="${commons-logging.jar}"/> <property name="commons-modeler.jar" value="${commons-modeler.jar}"/> <property name="jmx.jar" value="${jmx.jar}"/> + <property name="regexp.jar" value="${regexp.jar}" /> </ant> <ant dir="${jtc.jk.home}" target="build-jk"> 1.4 +6 -1 jakarta-tomcat/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-tomcat/build.properties.sample,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.properties.sample 2 Oct 2003 05:42:22 -0000 1.3 +++ build.properties.sample 1 Jan 2004 23:20:46 -0000 1.4 @@ -56,6 +56,11 @@ commons-modeler.lib=${commons-modeler.home}/dist commons-modeler.jar=${commons-modeler.lib}/commons-modeler.jar +# ----- (optional) Jakarta Regexp (required by Http11) ----- +regexp.home=../jakarta-regexp-1.3 +regexp.lib=${regexp.home} +regexp.jar=${regexp.lib}/jakarta-regexp-1.3.jar + # ----- (optional) Jakarta Commons DB Pool (required by future PooledJDBCRealm ) ----- commons-dbcp.home=../commons-dbcp-1.0 commons-dbcp.lib=${commons-dbcp.home}
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]