You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/jbidwatcher/files/jbidwatcher-1.0.2-javadoc.p...

14 lines
418 B

--- build.xml.orig 2007-08-11 12:24:46.000000000 +0200
+++ build.xml 2007-08-17 19:09:58.000000000 +0200
@@ -221,4 +221,10 @@
<target name="run" description="Start Application">
<java fork="true" jar="${BINARY}" args="-Xmx512m -Xms256m"/>
</target>
+
+ <target name="javadoc">
+ <javadoc destdir="${javadoc.dir}">
+ <fileset dir="${src.dir}" includes="**/*.java"/>
+ </javadoc>
+ </target>
</project>