henning 2002/12/14 03:45:17 Modified: configuration build.xml Log: fix up the ant build process so that "ant test" works again Revision Changes Path 1.6 +3 -10 jakarta-commons-sandbox/configuration/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/configuration/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- build.xml 14 Dec 2002 11:26:07 -0000 1.5 +++ build.xml 14 Dec 2002 11:45:17 -0000 1.6 @@ -90,16 +90,9 @@ <pathelement location="target/${final.name}.jar"></pathelement> </classpath> </javac> - - - - - <copy todir="${testclassesdir}"> - <fileset dir="src/test"> - - - </fileset> + <copy todir="${testclassesdir}/org/apache/commons/configuration"> + <fileset dir="conf" includes="*.properties"/> </copy> </target>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>