Update to javadoc target. Build docs for every class under
javax.xml.* not just the parsers and transform packages. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
java/external/build.xml
vendored
2
java/external/build.xml
vendored
@@ -95,7 +95,7 @@
|
||||
|
||||
<target name="javadoc" depends="prepare"
|
||||
description="Build javadocs and copy doc over">
|
||||
<javadoc packagenames="org.xml.sax.*,org.w3c.dom.*,javax.xml.parsers.*,javax.xml.transform.*"
|
||||
<javadoc packagenames="org.xml.sax.*,org.w3c.dom.*,javax.xml.*"
|
||||
sourcepath="${src.dir}"
|
||||
destdir="${build.javadocs.dir}"
|
||||
version="yes"
|
||||
|
||||
Reference in New Issue
Block a user