dleslie 01/04/26 12:02:26
Modified: java build.xml
Log:
Removed special handling of trax.xml (has been incorporated
into standard doc).
Revision Changes Path
1.95 +3 -15 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- build.xml 2001/04/25 21:11:31 1.94
+++ build.xml 2001/04/26 19:02:25 1.95
@@ -48,7 +48,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.94 2001/04/25 21:11:31 curcuru Exp $
+ $Id: build.xml,v 1.95 2001/04/26 19:02:25 dleslie Exp $
==================================================================== -->
@@ -454,21 +454,9 @@
</target>
<target name="autojavadocs">
- <echo message="autojavadocs is for automated build process, without
dependencies"/>
+ <echo message="autojavadocs is for automated build process, without
dependencies"/>
- <!-- generate trax.html, a TRaX overview document, and a package.html
for each trax package
- (the latter are generated with the the Redirect extension -->
- <mkdir dir="${build.apidocs}/${trax.reldir}"/>
- <java fork="yes"
- classname="${xalan.cmdline.class}" >
- <classpath refid="docs.class.path" />
- <arg line="-in ${xdocs.dir}/sources/trax/trax.xml
- -param package-root '../../../src/'
- -xsl ${xdocs.style}/stylesheets/spec.xsl
- -out ${build.apidocs}/${trax.reldir}/trax.html"/>
- </java>
-
- <!-- Ant 1.2 ignores destdir arg if doclet is set, so must send to
doclet in doclet subelement-->
+ <!-- Ant ignores destdir arg if doclet is set, so must send to doclet in
doclet subelement-->
<javadoc
public="true"
sourcepath="${src.dir}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]