Return-Path: Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 53967 invoked by uid 500); 7 Aug 2003 16:40:17 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 53902 invoked by uid 500); 7 Aug 2003 16:40:16 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 53878 invoked from network); 7 Aug 2003 16:40:16 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 7 Aug 2003 16:40:16 -0000 Received: (qmail 55901 invoked by uid 1672); 7 Aug 2003 16:40:22 -0000 Date: 7 Aug 2003 16:40:22 -0000 Message-ID: <20030807164022.55900.qmail@minotaur.apache.org> From: joerg@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1 build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N joerg 2003/08/07 09:40:22 Modified: lib jars.xml . build.xml Added: tools/instrumentation/lib altrmi-client-interfaces-0.9.2.jar excalibur-instrument-client-0.3.jar altrmi-client-impl-0.9.2.jar src/targets instrumentation-build.xml Removed: tools/instrumentation/lib excalibur-instrument-client-20030116.jar excalibur-altrmi-client-interfaces-20030116.jar excalibur-altrmi-common-20030116.jar excalibur-altrmi-client-impl-20030116.jar avalon-framework-4.1.3.jar excalibur-instrument-manager-interfaces-20030116.jar tools/instrumentation/bin runclient.bat runclient.sh Log: Updated instrumentation libraries to work with the AltRMI server libraries (bug 19839). Added warning to jars.xml for synchronsition needs of these libraries. Added instrumentation-build.xml for starting the instrumentation client. Revision Changes Path 1.1 cocoon-2.1/tools/instrumentation/lib/altrmi-client-interfaces-0.9.2.jar <> 1.1 cocoon-2.1/tools/instrumentation/lib/excalibur-instrument-client-0.3.jar <> 1.1 cocoon-2.1/tools/instrumentation/lib/altrmi-client-impl-0.9.2.jar <> 1.75 +6 -1 cocoon-2.1/lib/jars.xml Index: jars.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- jars.xml 4 Aug 2003 01:54:49 -0000 1.74 +++ jars.xml 7 Aug 2003 16:40:22 -0000 1.75 @@ -210,6 +210,11 @@ http://avalon.apache.org/framework/ + Avalon AltRMI Common 1.1 cocoon-2.1/src/targets/instrumentation-build.xml Index: instrumentation-build.xml =================================================================== 1.32 +4 -1 cocoon-2.1/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/build.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- build.xml 2 May 2003 06:53:07 -0000 1.31 +++ build.xml 7 Aug 2003 16:40:22 -0000 1.32 @@ -22,6 +22,7 @@ + @@ -56,6 +57,8 @@ &admin-targets; &standalone-demo-targets; + + &instrumentation-targets;