File jreleaseinfo-1.3.0-target-javadoc.patch of Package jreleaseinfo
--- build.xml
+++ build.xml
@@ -146,5 +146,16 @@
</fileset>
</jar>
- </target>
-</project>
\ No newline at end of file
+ </target>
+ <target name="javadoc" description="build javadoc inside the workspace">
+ <mkdir dir="./javadoc/"/>
+ <javadoc locale="en_US"
+ packagenames="ch.oscg.jreleaseinfo.*"
+ sourcepath="./src/java/"
+ destdir="./javadoc/"
+ windowtitle="jreleaseinfo"
+ public="yes"
+ author="yes"
+ />
+ </target>
+</project>