From 7fc14a491ec12a7f0a99c85651d32b5e3faddebd Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Tue, 28 Oct 2014 19:25:57 +0200 Subject: [PATCH] Fix includeantruntime warning Simple set its value to false. See http://stackoverflow.com/questions/5103384/ant-warning-includeantruntime-was-not-set --- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index b3854f8..f064544 100644 --- a/build.xml +++ b/build.xml @@ -90,7 +90,8 @@ class Version { public static String VERSION = "${VERSION}";} - +