dleslie 00/10/16 05:42:27
Modified: java build.xml
Log:
Adjusted "book" file names: xalan-jlocal.xml and xalan-jsite.xml.
Revision Changes Path
1.29 +2 -2 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- build.xml 2000/10/13 02:33:02 1.28
+++ build.xml 2000/10/16 12:42:27 1.29
@@ -40,7 +40,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.28 2000/10/13 02:33:02 sboag Exp $
+ $Id: build.xml,v 1.29 2000/10/16 12:42:27 dleslie Exp $
==================================================================== -->
@@ -89,7 +89,7 @@
<property name="site.root" value="./xml-site"/>
<property name="site.dir" value="${site.root}/target/xalan"/>
- <property name="site.book" value="${xdocs.dir}/sources/xalan.xml"/>
+ <property name="site.book" value="${xdocs.dir}/sources/xalan-jsite.xml"/>
<!-- ===================================================================
-->
<!-- Prepares the xdocs/style and the build directories
-->