blob: 9d06f6f63d4c7ea241fab64a7a66c0751f5b3a6a [file] [log] [blame]
--- 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">