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/dev-java/stringtemplate/files/stringtemplate-3.1_beta1-ja...

20 lines
676 B

--- build.xml 2007-05-25 23:07:06.000000000 +0200
+++ build.xml 2007-05-25 23:07:31.000000000 +0200
@@ -189,7 +189,7 @@
<!-- =================================================================== -->
<target name="javadocs" depends="init,prepare-sources">
<mkdir dir="${build.javadocs}"/>
- <javadoc packagenames="${packages}"
+ <javadoc
sourcepath="${build.src}"
destdir="${build.javadocs}"
author="true"
@@ -197,7 +197,6 @@
windowtitle="${Name} API"
doctitle="${Name} API Documentation"
bottom="Copyright &#169; ${copyright}"
- additionalparam="${javadocs.additionalparam}"
/>
</target>