Return-Path: Delivered-To: apmail-avalon-cvs-archive@www.apache.org Received: (qmail 13210 invoked from network); 16 Oct 2003 04:03:15 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Oct 2003 04:03:15 -0000 Received: (qmail 1159 invoked by uid 500); 16 Oct 2003 04:02:55 -0000 Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 1103 invoked by uid 500); 16 Oct 2003 04:02:55 -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 1090 invoked from network); 16 Oct 2003 04:02:55 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 16 Oct 2003 04:02:55 -0000 Received: (qmail 13172 invoked by uid 1438); 16 Oct 2003 04:03:14 -0000 Date: 16 Oct 2003 04:03:14 -0000 Message-ID: <20031016040314.13171.qmail@minotaur.apache.org> From: mcconnell@apache.org To: avalon-cvs@apache.org Subject: cvs commit: avalon/merlin/kernel/unit/src/java/org/apache/avalon/merlin/unit AbstractMerlinTestCase.java 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 mcconnell 2003/10/15 21:03:14 Modified: merlin/kernel/unit/src/java/org/apache/avalon/merlin/unit AbstractMerlinTestCase.java Log: Housekeeping. Revision Changes Path 1.7 +2 -0 avalon/merlin/kernel/unit/src/java/org/apache/avalon/merlin/unit/AbstractMerlinTestCase.java Index: AbstractMerlinTestCase.java =================================================================== RCS file: /home/cvs/avalon/merlin/kernel/unit/src/java/org/apache/avalon/merlin/unit/AbstractMerlinTestCase.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- AbstractMerlinTestCase.java 14 Oct 2003 10:55:57 -0000 1.6 +++ AbstractMerlinTestCase.java 16 Oct 2003 04:03:14 -0000 1.7 @@ -88,6 +88,8 @@ public static final File MERLIN_DEFAULT_CONFIG_FILE = getProjectFile( "conf/config.xml" ); + private static URL CONF = getProjectPath( "conf/config.xml", false ); + //------------------------------------------------------------------- // state //------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org