Author: nextgens
Date: 2006-07-14 18:25:51 +0000 (Fri, 14 Jul 2006)
New Revision: 9602

Modified:
   trunk/apps/Thaw/build.xml
Log:
Update the build.xml file for it to be compilable on a 1.4 jvm

Modified: trunk/apps/Thaw/build.xml
===================================================================
--- trunk/apps/Thaw/build.xml   2006-07-14 16:44:51 UTC (rev 9601)
+++ trunk/apps/Thaw/build.xml   2006-07-14 18:25:51 UTC (rev 9602)
@@ -16,7 +16,6 @@

     <javac srcdir="${src.dir}" destdir="${bin.dir}" debug="true" 
optimize="true">

-      <compilerarg value="-Xlint" />

       <classpath>
         <pathelement location="${hsqldb.location}"/>


Reply via email to