From: Gerardo H. <ma...@us...> - 2007-03-01 00:50:57
|
Update of /cvsroot/jrman/drafts In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1255 Modified Files: build.xml Log Message: Compiles for Java 1.5 with -Xlint without any warning. Index: build.xml =================================================================== RCS file: /cvsroot/jrman/drafts/build.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** build.xml 26 Feb 2007 15:25:14 -0000 1.26 --- build.xml 1 Mar 2007 00:50:23 -0000 1.27 *************** *** 29,32 **** --- 29,33 ---- <javac srcdir="${src}" destdir="${build}" source="1.5" target="1.5" debug="on"> + <compilerarg value="-Xlint"/> <classpath refid="project.class.path"/> </javac> |