From 8f1d8b50dd53788a0a932eaa161a24a01710ffed Mon Sep 17 00:00:00 2001 From: rcollier Date: Fri, 29 Apr 2011 02:37:50 +0000 Subject: [PATCH] Updated the build to use Java 1.6 git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12305 b35dd754-fafc-0310-a699-88a17e54d16e --- build/build.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/build.xml b/build/build.xml index c30efd8cb..b617a79e5 100644 --- a/build/build.xml +++ b/build/build.xml @@ -98,8 +98,8 @@ destdir="${compile.dir}" includeAntRuntime="no" debug="on" - source="1.5" - target="1.5" + source="1.6" + target="1.6" > @@ -113,8 +113,8 @@ destdir="${compile.dir}/jingle/extension" includeAntRuntime="no" debug="on" - source="1.5" - target="1.5" + source="1.6" + target="1.6" > @@ -141,8 +141,8 @@ destdir="${compile.test.dir}" includeAntRuntime="no" debug="on" - source="1.5" - target="1.5" + source="1.6" + target="1.6" >