Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 54989 invoked from network); 1 Sep 2004 10:11:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Sep 2004 10:11:16 -0000 Received: (qmail 11059 invoked by uid 500); 1 Sep 2004 10:10:51 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 11040 invoked by uid 500); 1 Sep 2004 10:10:51 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 11026 invoked by uid 500); 1 Sep 2004 10:10:50 -0000 Received: (qmail 11018 invoked by uid 99); 1 Sep 2004 10:10:50 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 01 Sep 2004 03:10:50 -0700 Received: (qmail 54860 invoked by uid 1135); 1 Sep 2004 10:10:49 -0000 Date: 1 Sep 2004 10:10:49 -0000 Message-ID: <20040901101049.54859.qmail@minotaur.apache.org> From: remm@apache.org To: jakarta-tomcat-catalina-cvs@apache.org Subject: cvs commit: jakarta-tomcat-catalina/webapps/admin build.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N remm 2004/09/01 03:10:49 Modified: . build.xml jasper2 build.xml coyote build.xml catalina/src/conf catalina.properties catalina build.xml webapps/admin build.xml Log: - Update packaging with new i18n bundles. - The release targets are not up to date with that yet. Revision Changes Path 1.203 +66 -7 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.202 retrieving revision 1.203 diff -u -r1.202 -r1.203 --- build.xml 29 Aug 2004 18:14:40 -0000 1.202 +++ build.xml 1 Sep 2004 10:10:48 -0000 1.203 @@ -198,9 +198,9 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -473,6 +514,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -160,6 +163,9 @@ + + + 1.30 +1 -4 jakarta-tomcat-connectors/coyote/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/build.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- build.xml 17 Aug 2004 03:16:59 -0000 1.29 +++ build.xml 1 Sep 2004 10:10:48 -0000 1.30 @@ -223,9 +223,6 @@ - - - 1.11 +1 -1 jakarta-tomcat-catalina/catalina/src/conf/catalina.properties Index: catalina.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/catalina.properties,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- catalina.properties 18 May 2004 16:33:24 -0000 1.10 +++ catalina.properties 1 Sep 2004 10:10:48 -0000 1.11 @@ -29,7 +29,7 @@ # "foo/*.jar": Add all the JARs of the specified folder as class # repositories # "foo/bar.jar": Add bar.jar as a class repository -common.loader=${catalina.home}/common/classes,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/lib/*.jar +common.loader=${catalina.home}/common/classes,${catalina.home}/common/i18n/*.jar,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/lib/*.jar # # List of comma-separated paths defining the contents of the "server" 1.69 +58 -27 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/build.xml,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- build.xml 31 Aug 2004 23:52:39 -0000 1.68 +++ build.xml 1 Sep 2004 10:10:48 -0000 1.69 @@ -518,7 +518,18 @@ + + + + + + + + + @@ -558,7 +569,9 @@ file="src/temp/README.txt"/> + @@ -655,8 +668,10 @@ + @@ -671,8 +686,10 @@ + @@ -687,9 +704,10 @@ - + @@ -805,6 +823,7 @@ + @@ -878,6 +897,10 @@ + + + + @@ -889,7 +912,8 @@ - + + @@ -965,31 +989,24 @@ - - + + + - - - - - - - - - - - - - - - + + + + + + + @@ -1004,6 +1021,11 @@ + + + + + @@ -1012,6 +1034,9 @@ + + + @@ -1022,21 +1047,24 @@ + + + + + + + + - - - - - - - - + + + @@ -1065,6 +1093,9 @@ + + + 1.14 +1 -0 jakarta-tomcat-catalina/webapps/admin/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- build.xml 16 Aug 2004 23:31:25 -0000 1.13 +++ build.xml 1 Sep 2004 10:10:48 -0000 1.14 @@ -189,6 +189,7 @@ + --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org