donaldp 01/06/16 17:35:15
Modified: proposal/myrmidon build.xml
Log:
Made sure that xalan is copied to distribution.
Revision Changes Path
1.17 +1 -4 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- build.xml 2001/06/16 03:38:21 1.16
+++ build.xml 2001/06/17 00:35:15 1.17
@@ -167,10 +167,7 @@
</copy>
<copy todir="${dist.lib}">
- <fileset dir="${lib.dir}">
- <exclude name="xalan*" />
- <exclude name="StyleBook*" />
- </fileset>
+ <fileset dir="${lib.dir}"/>
</copy>
<copy todir="${dist.bin}">