dleslie 01/01/11 14:31:07
Modified: java build.xml
Log:
Added overview doc to javadoc build for compatability API.
Revision Changes Path
1.72 +2 -1 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- build.xml 2001/01/11 21:59:25 1.71
+++ build.xml 2001/01/11 22:31:01 1.72
@@ -43,7 +43,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.71 2001/01/11 21:59:25 dleslie Exp $
+ $Id: build.xml,v 1.72 2001/01/11 22:31:01 dleslie Exp $
==================================================================== -->
@@ -259,6 +259,7 @@
classpath="${java.class.path}"
public="true"
sourcepath="${compat.src.dir}"
+ overview="${compat.src.dir}/compatOverview.html"
packagenames="org.apache.xalan.*"
author="true"
version="true"