leosimons 2003/01/28 13:48:10
Modified: . build.xml
Log:
ooh! fancy formatting options :D.
Revision Changes Path
1.4 +16 -9 jakarta-avalon-site/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-site/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 28 Jan 2003 21:32:09 -0000 1.3
+++ build.xml 28 Jan 2003 21:48:10 -0000 1.4
@@ -262,15 +262,22 @@
<target name="jdoconly">
<javadoc packagenames="org.apache.*"
sourcepath="work/apisrc"
- destdir="site/api">
- <doclet name="com.sun.tools.doclets.standard.Standard">
- <param name="-author"/>
- <param name="-version"/>
- <param name="-doctitle" value="Apache Avalon API Documentation"/>
- <param name="-windowtitle" value="Apache Avalon API"/>
- <param name="-bottom"
- value=""Copyright © 2001 Apache Jakarta Project. All
Rights Reserved.""/>
- </doclet>
+ destdir="site/api"
+ windowtitle="Apache Avalon API Documentation"
+ version="true"
+ use="true"
+ author="true">
+
+ <doctitle>Apache Avalon API Documentation</doctitle>
+ <header><![CDATA[This api documentation is for the latest development
version of avalon.]]></header>
+ <footer><![CDATA[
+ <p>This api documentation is for the latest development version of avalon.
The newest
+ version of this documentation can always be found at
+ <a
href="http://avalon.apache.org/api/">http://avalon.apache.org/api/</a>.</p> Some
+ avalon packages may not be included because of size constraints.</p>
+
+ <p><i>Copyright © 2001-2003 Apache Avalon Project. All Rights
Reserved.</i></p>
+ ]]></footer>
</javadoc>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>