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}">
<include name="org/apache/excalibur/loader/test/data/cl2/**"/>
</jar>
+ <jar jarfile="${build.tests}/cl3.jar"
+ basedir="${build.testdata}">
+ <include name="org/apache/excalibur/loader/test/data/cl3/**"/>
+ </jar>
+ <jar jarfile="${build.tests}/cl4.jar"
+ basedir="${build.testdata}">
+ <include name="org/apache/excalibur/loader/test/data/cl4/**"/>
+ </jar>
</target>
<target name="test" depends="build-test-data" description="Perform the unit
tests" unless="skip.tests">
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 <a href="mailto:peter at apache.org">Peter Donald</a>
* @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 <a href="mailto:peter at apache.org">Peter Donald</a>
* @version $Revision: 1.1 $ $Date: 2002/10/30 23:05:03 $
*/
public class CL4Data
{
}
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>