rwaldhoff 2003/02/10 12:05:05
Modified: jux build.xml
Log:
javadoc cleanup
Revision Changes Path
1.4 +11 -11 jakarta-commons-sandbox/jux/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jux/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 10 Feb 2003 18:06:13 -0000 1.3
+++ build.xml 10 Feb 2003 20:05:05 -0000 1.4
@@ -155,20 +155,20 @@
</target>
- <target name="javadoc" depends="compile" description="Create component Javadoc
documentation">
+ <target name="javadoc" depends="prepare" description="Create component Javadoc
documentation">
<mkdir dir="${dist.home}"/>
<mkdir dir="${dist.home}/docs"/>
<mkdir dir="${dist.home}/docs/api"/>
- <javadoc sourcepath="${source.home}"
- destdir="${dist.home}/docs/api"
- packagenames="org.apache.commons.*"
- author="true"
- private="true"
- version="true"
- doctitle="<h1>${component.title} (Version
${component.version})</h1>"
- windowtitle="${component.title} (Version ${component.version})"
- bottom="Copyright (c) 2003 - Apache Software Foundation">
+ <javadoc destdir="${dist.home}/docs/api"
+ packagenames="org.apache.commons.*"
+ author="false"
+ private="true"
+ version="true"
+ doctitle="<h1>${component.title} (Version
${component.version})</h1>"
+ windowtitle="${component.title} (Version ${component.version})"
+ bottom="Copyright (c) 2003 - Apache Software Foundation">
<classpath refid="compile.classpath"/>
+ <fileset dir="${source.home}"/>
</javadoc>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]