dleslie 00/10/03 13:56:55
Modified: java build.xml
Log:
Removed org.apache.xalan.xslt and org.apache.xalan.xpath
from javadocs target.
Revision Changes Path
1.20 +7 -2 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 2000/10/03 18:30:07 1.19
+++ build.xml 2000/10/03 20:56:52 1.20
@@ -40,7 +40,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.19 2000/10/03 18:30:07 dleslie Exp $
+ $Id: build.xml,v 1.20 2000/10/03 20:56:52 dleslie Exp $
==================================================================== -->
@@ -270,8 +270,8 @@
doclet="xalanjdoc.Standard"
sourcepath="${src.dir}"
overview="${src.dir}/javadocOverview.html"
-
packagenames="org.apache.xalan.client,org.apache.xalan.extensions,org.apache.xalan.lib,org.apache.xalan.lib.sql,org.apache.xalan.processor,org.apache.xalan.res,org.apache.xalan.stree,org.apache.xalan.templates,org.apache.xalan.trace,org.apache.xalan.transformer,org.apache.xalan.utils,org.apache.xalan.xpath,org.apache.xalan.xpath.xml,org.apache.xalan.xslt,org.apache.xpath,org.apache.xpath.axes,org.apache.xpath.compiler,org.apache.xpath.functions,org.apache.xpath.objects,org.apache.xpath.operations,org.apache.xpath.patterns,org.apache.xpath.res,org.w3c.xslt,serialize,serialize.helpers,org.apache.xml.serialize.transition,trax,org.xml.sax,org.xml.sax.helpers,org.w3c.dom,org.w3c.dom.range,org.w3c.dom.traversal,javax.xml.parsers"
- group="TrAX trax,Xalan_Core
org.apache.xalan.processor:org.apache.xalan.templates:org.apache.xalan.transformer,XPath
org.apache.xpath*:org.w3c.xslt,Xalan_Other
org.apache.xalan.client:org.apache.xalan.dtm:org.apache.xalan.extensions:org.apache.xalan.res:org.apache.xalan.stree:org.apache.xalan.trace:org.apache.xalan.utils,Xalan_Extensions
org.apache.xalan.lib*,Serializers
serialize*:org.apache.xml.serialize.transition,Xalan-Java_1_Interface
org.apache.xalan.xslt:org.apache.xalan.xpath*, SAX_2 org.xml.sax*,DOM_2
org.w3c.dom*,XML_PARSING javax.xml.parsers"
+
packagenames="org.apache.xalan.client,org.apache.xalan.extensions,org.apache.xalan.lib,org.apache.xalan.lib.sql,org.apache.xalan.processor,org.apache.xalan.res,org.apache.xalan.stree,org.apache.xalan.templates,org.apache.xalan.trace,org.apache.xalan.transformer,org.apache.xalan.utils,org.apache.xpath,org.apache.xpath.axes,org.apache.xpath.compiler,org.apache.xpath.functions,org.apache.xpath.objects,org.apache.xpath.operations,org.apache.xpath.patterns,org.apache.xpath.res,org.w3c.xslt,serialize,serialize.helpers,org.apache.xml.serialize.transition,trax,org.xml.sax,org.xml.sax.helpers,org.w3c.dom,org.w3c.dom.range,org.w3c.dom.traversal,javax.xml.parsers"
+ group="TrAX trax,Xalan_Core
org.apache.xalan.processor:org.apache.xalan.templates:org.apache.xalan.transformer,XPath
org.apache.xpath*:org.w3c.xslt,Xalan_Other
org.apache.xalan.client:org.apache.xalan.dtm:org.apache.xalan.extensions:org.apache.xalan.res:org.apache.xalan.stree:org.apache.xalan.trace:org.apache.xalan.utils,Xalan_Extensions
org.apache.xalan.lib*,Serializers
serialize*:org.apache.xml.serialize.transition,SAX_2 org.xml.sax*,DOM_2
org.w3c.dom*,XML_PARSING javax.xml.parsers"
destdir="${build.apidocs}"
author="true"
version="true"
@@ -361,5 +361,10 @@
<copydir src="${build.docs}/resources"
dest="${site.dir}/docs/resources"/>
<copydir src="${build.apidocs}" dest="${site.dir}/apidocs"/>
</target-->
+ <target name="docsxalan1">
+
+ <java fork="yes" classname="${doc.generator}"
classpath="../build/xalan.jar:../xdocs/stylebook-1.0-b2.jar:${java.class.path}"
+ args="targetDirectory=${build.docs} ${xdocs.book} ${xdocs.style}"/>
+ </target>
</project>