Allow 1.6 source but continue to target 1.5 bytecode.

This commit is contained in:
Michael Bayne
2009-04-17 22:50:12 +00:00
parent 5c89ab4564
commit 3d1985845d
+1 -1
View File
@@ -80,7 +80,7 @@
<javac srcdir="${src.dir}" destdir="${deploy.dir}/classes"
debug="on" optimize="off" deprecation="on"
classpathref="clazzpath" includeAntRuntime="no"
source="1.5" target="1.5">
source="1.6" target="1.5">
<exclude name="**/TorrentDownloader*" unless="build.torrent"/>
<exclude name="**/tools/Differ*" unless="build.differ"/>
<compilerarg value="-Xlint:unchecked"/>