dleslie 00/10/10 08:35:11
Modified: . build.xml
Log:
changed xalanlocal.xml to xalanLocal.xml to agree with actual
file name in CVS.
Left javadocpackages.dtde and javadocPackages.xml as is,
since those are the current file names in CVS.
Revision Changes Path
1.31 +2 -2 xml-xalan/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/build.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- build.xml 2000/08/25 13:09:22 1.30
+++ build.xml 2000/10/10 15:35:10 1.31
@@ -53,7 +53,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.30 2000/08/25 13:09:22 dleslie Exp $
+ $Id: build.xml,v 1.31 2000/10/10 15:35:10 dleslie Exp $
==================================================================== -->
@@ -79,7 +79,7 @@
<property name="packages" value="org.*"/><!-- Check that this correctly
gets all needed javadoc 17-Jan-00 SCurcuru -->
<property name="xdocs.dir" value="./xdocs"/>
- <property name="xdocs.book" value="${xdocs.dir}/sources/xalanlocal.xml"/>
+ <property name="xdocs.book" value="${xdocs.dir}/sources/xalanLocal.xml"/>
<property name="xdocs.style" value="${xdocs.dir}/style"/>
<property name="xalanonly-styledocs"
value="loaderjdoc.xml,dtd/javadocpackages.dtd,dtd/xsl-html40s.dtd,
stylesheets/designdoc2html.xsl,
stylesheets/design2project.xsl,stylesheets/notice.xsl,stylesheets/package2html.xsl,stylesheets/packages2project.xsl"/>