Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 32273 invoked from network); 23 Mar 2002 00:43:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 Mar 2002 00:43:06 -0000 Received: (qmail 2852 invoked by uid 97); 23 Mar 2002 00:43:11 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 2836 invoked by uid 97); 23 Mar 2002 00:43:10 -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 2825 invoked by uid 97); 23 Mar 2002 00:43:10 -0000 Date: 23 Mar 2002 00:43:01 -0000 Message-ID: <20020323004301.25517.qmail@icarus.apache.org> From: jon@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/lang default.properties build.xml build.properties.sample X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jon 02/03/22 16:43:01 Modified: lang build.xml Added: lang default.properties Removed: lang build.properties.sample Log: fixing up build systems... -jon Revision Changes Path 1.6 +10 -79 jakarta-commons-sandbox/lang/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/lang/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- build.xml 11 Mar 2002 08:05:20 -0000 1.5 +++ build.xml 23 Mar 2002 00:43:00 -0000 1.6 @@ -3,102 +3,33 @@ + + + + - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - @@ -203,17 +134,17 @@ - + description="--> Installs jar file in ${lib.repo}"> - + 1.1 jakarta-commons-sandbox/lang/default.properties Index: default.properties =================================================================== # The pathname of the "junit.jar" JAR file junit.jar = ${junit.home}/junit-3.7.jar # The name of this component component.name = commons-lang # The primary package name of this component component.package = org.apache.commons.lang # The title of this component component.title = Core Language Utilities # The current version number of this component component.version = 1.0-dev # The name that is used to create the jar file final.name = ${component.name}-${component.version} # The base directory for compilation targets build.home = target # The base directory for component configuration files conf.home = src/conf # The base directory for distribution targets dist.home = dist # The base directory for component sources source.home = src/java # The base directory for unit test sources test.home = src/test # Should Java compilations set the 'debug' compiler option? compile.debug = true # Should Java compilations set the 'deprecation' compiler option? compile.deprecation = true # Should Java compilations set the 'optimize' compiler option? compile.optimize = true # Should all tests fail if one does? test.failonerror = true # The test runner to execute test.runner = junit.textui.TestRunner -- To unsubscribe, e-mail: For additional commands, e-mail: