From f0a9dc8dd7b6b6dc6e62ec21a7c249bab9dc9a84 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 12 Oct 2010 17:44:18 +0000 Subject: [PATCH] We must be vigilant about overriding Ant's retarded defaults. In the latest version of Ant, it issues a warning if you fail to do so. Genius! git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6186 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 86d24cdaa..fabcca12c 100644 --- a/build.xml +++ b/build.xml @@ -255,7 +255,7 @@ classpathref="classpath"/> + includeAntRuntime="false" deprecation="on" source="1.5" target="1.5">