burton 2004/07/03 23:31:10
Modified: feedparser build.xml
Log:
javadoc build support
Revision Changes Path
1.4 +15 -0 jakarta-commons-sandbox/feedparser/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/feedparser/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 4 Jul 2004 05:52:35 -0000 1.3
+++ build.xml 4 Jul 2004 06:31:10 -0000 1.4
@@ -92,6 +92,21 @@
</target>
+ <target name="javadoc">
+ <mkdir dir="${build.dir}/docs/api"/>
+ <javadoc sourcepath="src/java"
+ packagenames="org.apache.commons.feedparser.*"
+ destdir="docs/api"
+ author="true"
+ version="true"
+ use="true"
+ link="${javadoc.link}"
+ windowtitle="${Name} ${version} API"
+ doctitle="${Name} ${version} API"
+ bottom="Copyright &copy; ${year} Apache Software Foundation.
All Rights Reserved.">
+ </javadoc>
+ </target>
+
<target name="docs">
<!-- anakia config borrowed from Lucene -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]