dleslie 00/11/01 11:45:55
Modified: java build.xml
Log:
Fixed references to distribution directory (dist.dir).
Revision Changes Path
1.42 +5 -5 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- build.xml 2000/11/01 16:53:02 1.41
+++ build.xml 2000/11/01 19:45:52 1.42
@@ -40,7 +40,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.41 2000/11/01 16:53:02 dleslie Exp $
+ $Id: build.xml,v 1.42 2000/11/01 19:45:52 dleslie Exp $
==================================================================== -->
@@ -349,18 +349,18 @@
</copy>
<!-- Copy sources and source documentation -->
- <copy todir="${build.dist}/src">
+ <copy todir="${dist.dir}/src">
<fileset dir="${src.dir}"/>
</copy>
- <copy todir="${build.dist}/xdocs">
+ <copy todir="${dist.dir}/xdocs">
<fileset dir="${xdocs.dir}"/>
</copy>
<!-- Copy built documentation and javadoc, and samples src and jars -->
- <copy todir="${build.dist}/docs">
+ <copy todir="${dist.dir}/docs">
<fileset dir="${build.docs}"/>
</copy>
- <copy todir="${build.dist}/samples">
+ <copy todir="${dist.dir}/samples">
<fileset dir="${samples.dir}"/>
</copy>
<copy file="${build.dir}/xalansamples.jar" todir="${dist.dir}/bin"/>