mrglavas 2005/06/05 21:42:48
Modified: java build.xml
Log:
Remove separate DOM Level 3 API docs. These are now grouped with the regular
API docs.
Revision Changes Path
1.186 +1 -10 xml-xerces/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/build.xml,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- build.xml 6 Jun 2005 04:37:41 -0000 1.185
+++ build.xml 6 Jun 2005 04:42:48 -0000 1.186
@@ -427,15 +427,6 @@
bottom='${copyright}'
additionalparam='${additional.param}'
/>
- <mkdir dir='${build.dir}/docs/javadocs/dom3-api'/>
- <javadoc packagenames='org.apache.xerces.dom3.*'
- locale='en_US'
- sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/dom3-api'
- author='true' version='true'
- windowtitle='DOM Level 3 API' doctitle='DOM Level 3 API'
- bottom='${copyright}'
- additionalparam='${additional.param}'
- />
<mkdir dir='${build.dir}/docs/javadocs/xerces2'/>
<javadoc packagenames='org.apache.xerces.dom.*,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]