Return-Path: Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 77347 invoked by uid 500); 1 Aug 2003 06:07:59 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 77334 invoked by uid 500); 1 Aug 2003 06:07:59 -0000 Received: (qmail 77326 invoked from network); 1 Aug 2003 06:07:59 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 1 Aug 2003 06:07:59 -0000 Received: (qmail 62698 invoked by uid 1433); 1 Aug 2003 06:08:20 -0000 Date: 1 Aug 2003 06:08:20 -0000 Message-ID: <20030801060820.62697.qmail@minotaur.apache.org> From: leif@apache.org To: avalon-excalibur-cvs@apache.org Subject: cvs commit: avalon-excalibur ant.properties.sample X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N leif 2003/07/31 23:08:20 Modified: . ant.properties.sample Log: Remove settings that are no longer needed because they exist in the libraries.properties file. Revision Changes Path 1.25 +1 -95 avalon-excalibur/ant.properties.sample Index: ant.properties.sample =================================================================== RCS file: /home/cvs/avalon-excalibur/ant.properties.sample,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ant.properties.sample 8 Feb 2003 14:40:38 -0000 1.24 +++ ant.properties.sample 1 Aug 2003 06:08:20 -0000 1.25 @@ -26,100 +26,6 @@ # REQUIRED LIBRARIES # -------------------------------------------------- -# ----- Xerces ----- -xerces.home=${base.path}/avalon/tools/lib/ -xerces.jar=${xerces.home}/xerces-2.0.1.jar - -# ----- XML-APIs ----- -xml-apis.home=${base.path}/avalon/tools/lib/ -xml-apis.jar=${xml-apis.home}/xml-apis.jar - -# ----- Xalan ----- -xalan.home=${base.path}/avalon/tools/lib/ -xalan.jar=${xalan.home}/xalan-2.3.1.jar - -# ----- Logkit ----- -logkit.home=${base.path}/avalon-logkit/build/lib -logkit.jar=${logkit.home}/logkit.jar - -# ----- Avalon Framework ----- -avalon-framework.home=${base.path}/avalon/target/lib -avalon-framework.jar=${avalon-framework.home}/avalon-framework.jar - -# ----- Avalon Excalibur ----- -avalon-excalibur.home=${base.path}/avalon-excalibur/all/build/lib -avalon-excalibur.jar=${avalon-excalibur.home}/avalon-excalibur.jar - -# ----- Excalibur Collections ----- -excalibur-collections.home=${base.path}/avalon-excalibur/collections/build/lib -excalibur-collections.jar=${excalibur-collections.home}/excalibur-collections-1.0.jar - -# ----- Excalibur Lang ----- -excalibur-lang.home=${base.path}/avalon-excalibur/lang/build/lib -excalibur-lang.jar=${excalibur-lang.home}/excalibur-lang-1.0.jar - -# ----- Excalibur Thread ----- -excalibur-thread.home=${base.path}/avalon-excalibur/thread/build/lib -excalibur-thread.jar=${excalibur-thread.home}/excalibur-thread-1.1.jar - -# ----- Excalibur Pool ----- -excalibur-pool.home=${base.path}/avalon-excalibur/pool/build/lib -excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.1.jar - -# ----- Excalibur Logger ----- -excalibur-logger.home=${base.path}/avalon-excalibur/logger/build/lib -excalibur-logger.jar=${excalibur-logger.home}/excalibur-logger-1.0.jar - -# ----- Excalibur Logger ----- -excalibur-util.home=${base.path}/avalon-excalibur/util/build/lib -excalibur-util.jar=${excalibur-util.home}/excalibur-util-1.0.jar - -# ----- Excalibur Logger ----- -excalibur-i18n.home=${base.path}/avalon-excalibur/i18n/build/lib -excalibur-i18n.jar=${excalibur-i18n.home}/excalibur-i18n-1.0.jar - -# ----- Excalibur Component ----- -excalibur-component.home=${base.path}/avalon-excalibur/component/build/lib -excalibur-component.jar=${excalibur-component.home}/excalibur-component-1.0.jar - -# ----- Excalibur Event ----- -excalibur-event.home=${base.path}/avalon-excalibur/event/build/lib -excalibur-event.jar=${excalibur-event.home}/excalibur-event-1.0a.jar - -# ----- Excalibur Concurrent ----- -excalibur-concurrent.home=${base.path}/avalon-excalibur/concurrent/build/lib -excalibur-concurrent.jar=${excalibur-concurrent.home}/excalibur-concurrent-1.0.jar - -# ----- Excalibur Instrument ----- -excalibur-instrument.home=${base.path}/avalon-excalibur/instrument/build/lib -excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar - -# ----- Excalibur Instrument Manager ----- -excalibur-instrument-manager.home=${base.path}/avalon-excalibur/instrument-manager/build/lib -excalibur-instrument-manager.jar=${excalibur-instrument-manager.home}/excalibur-instrument-manager-0.3.jar -excalibur-instrument-manager-interfaces.jar=${excalibur-instrument-manager.home}/excalibur-instrument-manager-interfaces-0.3.jar - -# ----- Altrmi ----- -commons-altrmi.home=${base.path}/jakarta-commons-sandbox/altrmi/dist -excalibur-altrmi-common.jar=${excalibur-altrmi.home}/excalibur-altrmi-common-0.9.jar -excalibur-altrmi-client-impl.jar=${excalibur-altrmi.home}/excalibur-altrmi-client-impl-0.9.jar -excalibur-altrmi-client-interfaces.jar=${excalibur-altrmi.home}/excalibur-altrmi-client-interfaces-0.9.jar -excalibur-altrmi-generator.jar=${excalibur-altrmi.home}/excalibur-altrmi-generator-0.9.jar -excalibur-altrmi-server-impl.jar=${excalibur-altrmi.home}/excalibur-altrmi-server-impl-0.9.jar -excalibur-altrmi-server-interfaces.jar=${excalibur-altrmi.home}/excalibur-altrmi-server-interfaces-0.9.jar - -# ----- Java Management Extensions (JMX) RI, version 1.0.1 or later ----- -jmx.home=${base.path}/jmx-1_0_1-ri_bin/jmx -jmx.lib=${jmx.home}/lib -jmx.jar=${jmx.lib}/jmxri.jar - -# ----- JUnit Unit Test Suite, version 3.7 or later ----- -junit.home=${base.path}/junit3.7 -junit.lib=${junit.home} -junit.jar=${junit.lib}/junit.jar - - - # -------------------------------------------------- # OPTIONAL LIBRARIES # -------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org