dleslie 01/01/30 09:17:08
Modified: java build.xml
Log:
Purged sourcepath for compat.javadocs
Revision Changes Path
1.83 +2 -2 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- build.xml 2001/01/30 16:30:11 1.82
+++ build.xml 2001/01/30 17:16:57 1.83
@@ -46,7 +46,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.82 2001/01/30 16:30:11 dleslie Exp $
+ $Id: build.xml,v 1.83 2001/01/30 17:16:57 dleslie Exp $
==================================================================== -->
@@ -262,7 +262,7 @@
<javadoc
classpath="${java.class.path}"
public="true"
- sourcepath="${compat.src.dir}:${src.dir}"
+ sourcepath="${compat.src.dir}"
overview="${compat.src.dir}/compatOverview.html"
packagenames="org.apache.xalan.xslt,org.apache.xalan.xpath,org.apache.xalan.xpath.xml"
author="true"