From 51f1f273d986c2a52cacd0c52972bb2065bcfb71 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 17 Apr 2009 22:49:29 +0000 Subject: [PATCH] Allow 1.6 source but continue to target 1.5 bytecode. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5732 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 5261d7222..86a11510e 100644 --- a/build.xml +++ b/build.xml @@ -26,7 +26,7 @@ classpathref="classpath"/> + deprecation="on" source="1.6" target="1.5"> @@ -42,7 +42,7 @@ classname="com.threerings.presents.tools.GenDObjectTask"/> + optimize="${build.optimize}" deprecation="on" source="1.6" target="1.5"> @@ -58,7 +58,7 @@ classname="com.threerings.presents.tools.GenServiceTask"/> + optimize="${build.optimize}" deprecation="on" source="1.6" target="1.5"> @@ -87,7 +87,7 @@ classname="com.threerings.presents.tools.GenReceiverTask"/> + debug="on" optimize="${build.optimize}" deprecation="on" source="1.6" target="1.5"> @@ -158,7 +158,7 @@ + debug="on" optimize="{$build.optimize}" deprecation="on" source="1.6" target="1.5">