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/jaxr/files/jaxr-1.0.6-javadoc.patch

14 lines
522 B

--- build.xml.vanilla 2007-03-18 21:59:10.000000000 +0100
+++ build.xml 2007-03-18 22:00:54.000000000 +0100
@@ -206,7 +206,9 @@
<sourcepath>
<pathelement location="${src.dir}"/>
</sourcepath>
- <fileset dir="${src.dir}"/>
+ <fileset dir="${src.dir}">
+ <include name="**/*.java"/>
+ </fileset>
</javadoc>
</target>
<target name="javadoc-browse" if="netbeans.home" unless="no.javadoc.preview" depends="init,javadoc-build">