Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 49601 invoked from network); 23 Jul 2003 20:41:06 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 23 Jul 2003 20:41:06 -0000 Received: (qmail 17308 invoked by uid 97); 23 Jul 2003 20:43:44 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 17301 invoked from network); 23 Jul 2003 20:43:44 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 23 Jul 2003 20:43:44 -0000 Received: (qmail 49415 invoked by uid 500); 23 Jul 2003 20:41:03 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 49404 invoked by uid 500); 23 Jul 2003 20:41:03 -0000 Received: (qmail 49398 invoked from network); 23 Jul 2003 20:41:03 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 23 Jul 2003 20:41:03 -0000 Received: (qmail 56997 invoked by uid 1203); 23 Jul 2003 20:41:02 -0000 Date: 23 Jul 2003 20:41:02 -0000 Message-ID: <20030723204102.56996.qmail@icarus.apache.org> From: dims@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/modeler build.properties.default build.properties.sample build.xml project.xml STATUS.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dims 2003/07/23 13:41:02 Modified: modeler build.properties.default build.properties.sample build.xml project.xml STATUS.html Log: - Reflect the reality that modeler does not depend on beanutils (or) collections. - Ensure that build/test works even when digester jars are absent as this is an optional component now. Revision Changes Path 1.2 +4 -16 jakarta-commons/modeler/build.properties.default Index: build.properties.default =================================================================== RCS file: /home/cvs/jakarta-commons/modeler/build.properties.default,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.properties.default 20 Apr 2003 20:19:58 -0000 1.1 +++ build.properties.default 23 Jul 2003 20:41:02 -0000 1.2 @@ -11,30 +11,18 @@ #base.path=../repository # -------------------------------------------------- -# REQUIRED LIBRARIES +# OPTIONAL LIBRARIES # -------------------------------------------------- - -# ----- Commons Beanutils, version 1.4 or later ----- -commons-beanutils.home=${base.path}/commons-beanutils-1.6.1 -commons-beanutils.lib=${commons-beanutils.home} -commons-beanutils.jar=${commons-beanutils.lib}/commons-beanutils.jar -commons-beanutils.loc=http://www.apache.org/dist/jakarta/commons/beanutils/binaries/commons-beanutils-1.6.1.tar.gz - - -# ----- Commons Collections, version 2.0 or later ----- -commons-collections.home=${base.path}/commons-collections-2.1 -commons-collections.lib=${commons-collections.home} -commons-collections.jar=${commons-collections.lib}/commons-collections.jar -commons-collections.loc=http://www.apache.org/dist/jakarta/commons/collections/binaries/collections-2.1.tar.gz - - # ----- Commons Digester, version 1.4 or later ----- commons-digester.home=${base.path}/commons-digester-1.4.1 commons-digester.lib=${commons-digester.home} commons-digester.jar=${commons-digester.lib}/commons-digester.jar commons-digester.loc=http://www.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.4.1.tar.gz +# -------------------------------------------------- +# REQUIRED LIBRARIES +# -------------------------------------------------- # ----- Commons Logging, version 1.0.1 or later ----- commons-logging.home=${base.path}/commons-logging-1.0.3 1.2 +0 -4 jakarta-commons/modeler/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-commons/modeler/build.properties.sample,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.properties.sample 30 Apr 2002 20:58:50 -0000 1.1 +++ build.properties.sample 23 Jul 2003 20:41:02 -0000 1.2 @@ -8,14 +8,10 @@ jmx.home=/usr/local/jmx-ri_1.0.1/jmx # Derived home directories -beanutils.home=${commons.home}/beanutils -collections.home=${commons.home}/collections digester.home=${commons.home}/digester logging.home=${commons.home}/logging # Jakarta JAR files -commons-beanutils.jar=${beanutils.home}/dist/commons-beanutils.jar -commons-collections.jar=${collections.home}/dist/commons-collections.jar commons-digester.jar=${digester.home}/dist/commons-digester.jar commons-logging.jar=${logging.home}/dist/commons-logging.jar 1.19 +3 -19 jakarta-commons/modeler/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-commons/modeler/build.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- build.xml 20 Apr 2003 20:37:05 -0000 1.18 +++ build.xml 23 Jul 2003 20:41:02 -0000 1.19 @@ -25,8 +25,6 @@ - - @@ -41,8 +39,6 @@ - - @@ -95,8 +91,6 @@ - - @@ -114,8 +108,6 @@ - - @@ -160,6 +152,7 @@ + + - - - - - - - - - - 1.4 +0 -10 jakarta-commons/modeler/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-commons/modeler/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 29 Jan 2003 11:40:40 -0000 1.3 +++ project.xml 23 Jul 2003 20:41:02 -0000 1.4 @@ -25,16 +25,6 @@ - commons-beanutils - SNAPSHOT - - - - commons-collections - 2.0 - - - commons-digester 1.2 1.4 +2 -4 jakarta-commons/modeler/STATUS.html Index: STATUS.html =================================================================== RCS file: /home/cvs/jakarta-commons/modeler/STATUS.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- STATUS.html 22 Jul 2003 16:03:18 -0000 1.3 +++ STATUS.html 23 Jul 2003 20:41:02 -0000 1.4 @@ -33,9 +33,7 @@ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org