donaldp 2002/09/06 06:56:06 Modified: . build.xml Log: Copy all xml files Revision Changes Path 1.164 +1 -2 jakarta-avalon-phoenix/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v retrieving revision 1.163 retrieving revision 1.164 diff -u -r1.163 -r1.164 --- build.xml 6 Sep 2002 13:18:18 -0000 1.163 +++ build.xml 6 Sep 2002 13:56:06 -0000 1.164 @@ -379,8 +379,7 @@ <filter token="SYSTEM-MANAGER-CLASS" value="${system.manager.impl.class}"/> <copy todir="${bin.dist.conf}" filtering="on"> <fileset dir="${conf.dir}"> - <include name="kernel.xml"/> - <include name="emx4j-kernel.xml"/> + <include name="*.xml"/> </fileset> </copy>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>