dleslie 00/11/14 11:32:18
Modified: . build.xml
Log:
put bsf.jar and xerces.jar in distribution.
Revision Changes Path
1.39 +3 -3 xml-xalan/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/build.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- build.xml 2000/11/14 15:54:38 1.38
+++ build.xml 2000/11/14 19:32:18 1.39
@@ -53,7 +53,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.38 2000/11/14 15:54:38 dleslie Exp $
+ $Id: build.xml,v 1.39 2000/11/14 19:32:18 dleslie Exp $
==================================================================== -->
@@ -289,11 +289,11 @@
<!-- Copy runtime jars into old-style locations in the root -->
<copy todir="${dist.dir}">
- <fileset dir="${build.dir}" includes="xalan.jar,xerces.jar,bsf.jar"/>
+ <fileset dir="${build.dir}" includes="xalan.jar"/>
</copy>
<copy todir="${dist.dir}">
- <fileset dir="."
includes="README,README.html,CREDITS,KEYS,License,build.xml,build.sh,build.bat"/>
+ <fileset dir="."
includes="xerces.jar,bsf.jar,README,README.html,CREDITS,KEYS,License,build.xml,build.sh,build.bat"/>
</copy>
<!-- Copy Ant-related build.xml and other READMEs, etc. -->