Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 36599 invoked from network); 15 Oct 2003 04:15:44 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Oct 2003 04:15:44 -0000 Received: (qmail 97557 invoked by uid 500); 15 Oct 2003 04:15:21 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 97490 invoked by uid 500); 15 Oct 2003 04:15:20 -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 97477 invoked by uid 500); 15 Oct 2003 04:15:20 -0000 Received: (qmail 97474 invoked from network); 15 Oct 2003 04:15:20 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 15 Oct 2003 04:15:20 -0000 Received: (qmail 36572 invoked by uid 1182); 15 Oct 2003 04:15:40 -0000 Date: 15 Oct 2003 04:15:40 -0000 Message-ID: <20031015041540.36571.qmail@minotaur.apache.org> From: rleland@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/validator build.properties.sample X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N rleland 2003/10/14 21:15:40 Modified: validator build.properties.sample Log: Update versions of jars to match Maven versions. Revision Changes Path 1.9 +10 -10 jakarta-commons/validator/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-commons/validator/build.properties.sample,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.properties.sample 23 Aug 2003 02:36:49 -0000 1.8 +++ build.properties.sample 15 Oct 2003 04:15:40 -0000 1.9 @@ -7,25 +7,25 @@ # contains the "build.xml" file. # ----------------------------------------------------------------------------- apache.dir=D:/Java/Programs/Apache -# The JAR file containing version 1.0 (or later) of the Beanutils package +# The JAR file containing version 1.6.1 (or later) of the Beanutils package # from the Jakarta Commons project. commons-beanutils.jar=../beanutils/dist/commons-beanutils.jar -# The JAR file containing version 1.0 (or later) of the Collections package +# The JAR file containing version 2.1 (or later) of the Collections package # from the Jakarta Commons project. commons-collections.jar=../collections/dist/commons-collections.jar -# The JAR file containing version 1.0 (or later) of the Digester package +# The JAR file containing version 1.5 (or later) of the Digester package # from the Jakarta Commons project. commons-digester.jar=../digester/dist/commons-digester.jar -# The JAR file containing version 1.0 (or later) of the Logging package +# The JAR file containing version 1.0.3 (or later) of the Logging package # from the Jakarta Commons project. commons-logging.jar=../logging/dist/commons-logging.jar -# The JAR file containing version 2.06 (or later) of +# The JAR file containing version 2.07 (or later) of # the the Jakarta ORO project. -oro.jar=${apache.dir}/jakarta-oro-2.0.6/jakarta-oro-2.0.6.jar +oro.jar=${apache.dir}/jakarta-oro-2.0.7/jakarta-oro-2.0.7.jar # The JAR file containing version 3.8.1 (or later) of # JUnit Unit Testing (http://www.junit.org) @@ -35,7 +35,7 @@ xerces.jar=${apache.dir}/xerces-1_4_2/xerces.jar #############################Maven Variables ####################################### # CVS Start Change Log date -cvs.start=17 April 2003 +maven.changelog.range=2000 # If you are using ssh tunneling & have a .cvspass file setup --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org