Author: nextgens
Date: 2007-11-30 00:13:36 +0000 (Fri, 30 Nov 2007)
New Revision: 16109
Modified:
trunk/freenet/build.xml
Log:
build.xml: exclude the javadoc from the compilation process
Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml 2007-11-30 00:10:27 UTC (rev 16108)
+++ trunk/freenet/build.xml 2007-11-30 00:13:36 UTC (rev 16109)
@@ -87,6 +87,7 @@
<include name="net/i2p/util/*.java"/>
<exclude name="org/**/MersenneTwisterTest.java"/>
<exclude name="freenet/node/*Test.java"/>
+ <exclude name="**/package-info.java"/>
</javac>
<!-- Copy web interface static files to the build dir -->
<copy todir="${build}/freenet/clients/http/staticfiles">