Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 35814 invoked from network); 30 Oct 2002 23:05:10 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 30 Oct 2002 23:05:10 -0000 Received: (qmail 25416 invoked by uid 97); 30 Oct 2002 23:06:06 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 25399 invoked by uid 97); 30 Oct 2002 23:06:06 -0000 Mailing-List: contact avalon-cvs-help@jakarta.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 avalon-cvs@jakarta.apache.org Received: (qmail 25388 invoked by uid 97); 30 Oct 2002 23:06:05 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 30 Oct 2002 23:05:03 -0000 Message-ID: <20021030230503.22671.qmail@icarus.apache.org> From: donaldp@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/loader/src/test/org/apache/excalibur/loader/test/data/cl4 CL4Data.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N donaldp 2002/10/30 15:05:03 Modified: loader build.xml Added: loader/src/test/org/apache/excalibur/loader/test/data/cl3 CL3Data.java loader/src/test/org/apache/excalibur/loader/test/data/cl4 CL4Data.java Log: Add in some more testdata. Revision Changes Path 1.7 +8 -0 jakarta-avalon-excalibur/loader/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/loader/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- build.xml 30 Oct 2002 09:10:18 -0000 1.6 +++ build.xml 30 Oct 2002 23:05:03 -0000 1.7 @@ -194,6 +194,14 @@ basedir="${build.testdata}"> + + + + + + 1.1 jakarta-avalon-excalibur/loader/src/test/org/apache/excalibur/loader/test/data/cl3/CL3Data.java Index: CL3Data.java =================================================================== /* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE.txt file. */ package org.apache.excalibur.loader.test.data.cl3; import org.apache.excalibur.loader.test.data.cl1.Data1; /** * * @author Peter Donald * @version $Revision: 1.1 $ $Date: 2002/10/30 23:05:03 $ */ public class CL3Data { public final static String CROSS_REF = Data1.class.getName(); } 1.1 jakarta-avalon-excalibur/loader/src/test/org/apache/excalibur/loader/test/data/cl4/CL4Data.java Index: CL4Data.java =================================================================== /* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE.txt file. */ package org.apache.excalibur.loader.test.data.cl4; /** * * @author Peter Donald * @version $Revision: 1.1 $ $Date: 2002/10/30 23:05:03 $ */ public class CL4Data { } -- To unsubscribe, e-mail: For additional commands, e-mail: