hgomez 2003/10/07 07:28:34 Modified: http11 build.xml build.properties.sample . build.properties.default Log: Update to regexp 1.3 (and fix download location) Revision Changes Path 1.16 +2 -2 jakarta-tomcat-connectors/http11/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/http11/build.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- build.xml 7 Oct 2003 08:48:37 -0000 1.15 +++ build.xml 7 Oct 2003 14:28:34 -0000 1.16 @@ -38,7 +38,7 @@ <property name="jmx.jar" location="../lib/mx4j.jar" /> <property name="commons-modeler.jar" location="../../jakarta-commons/modeler/dist/commons-modeler.jar" /> <property name="commons-logging.jar" value="../lib/commons-logging.jar" /> - <property name="regexp.jar" value="../lib/jakarta-regexp-1.2.jar" /> + <property name="regexp.jar" value="../lib/jakarta-regexp-1.3.jar" /> <!-- ========== Component Declarations ==================================== --> 1.4 +3 -3 jakarta-tomcat-connectors/http11/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/http11/build.properties.sample,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.properties.sample 7 Oct 2003 08:48:37 -0000 1.3 +++ build.properties.sample 7 Oct 2003 14:28:34 -0000 1.4 @@ -33,5 +33,5 @@ # commons-logging.jar -- Commons Logging 1.0 package commons-logging.jar=../lib/commons-logging.jar -# ----- Jakarta Regular Expressions Library, version 1.2 ----- -regexp.jar=../lib/jakarta-regexp-1.2.jar +# ----- Jakarta Regular Expressions Library, version 1.3 ----- +regexp.jar=../lib/jakarta-regexp-1.3.jar 1.4 +5 -5 jakarta-tomcat-connectors/build.properties.default Index: build.properties.default =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/build.properties.default,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.properties.default 7 Oct 2003 09:04:27 -0000 1.3 +++ build.properties.default 7 Oct 2003 14:28:34 -0000 1.4 @@ -101,11 +101,11 @@ jaas.jar=${jndi.lib}/jaas.jar -# ----- Jakarta Regular Expressions Library, version 1.2 ----- -regexp.home=${base.path}/jakarta-regexp-1.2 +# ----- Jakarta Regular Expressions Library, version 1.3 ----- +regexp.home=${base.path}/jakarta-regexp-1.3 regexp.lib=${regexp.home} -regexp.jar=${regexp.lib}/jakarta-regexp-1.2.jar -regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz +regexp.jar=${regexp.lib}/jakarta-regexp-1.3.jar +regexp.loc=http://www.apache.org/dist/jakarta/regexp/binaries/jakarta-regexp-1.3.tar.gz # ----- Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -----
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]