Author: nextgens
Date: 2005-12-16 14:39:59 +0000 (Fri, 16 Dec 2005)
New Revision: 7718
Modified:
trunk/freenet/build.xml
Log:
Doh.
Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml 2005-12-16 14:37:33 UTC (rev 7717)
+++ trunk/freenet/build.xml 2005-12-16 14:39:59 UTC (rev 7718)
@@ -20,7 +20,6 @@
<!-- FIXME: remove the debug and replace with optimize -->
<javac srcdir="${src}" destdir="${build}" debug="on" optimize="on"
source="1.4">
- <compilerarg value="-Xlint"/>
<classpath>
<pathelement location="freenet-ext.jar"/>
</classpath>