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
This commit is contained in:
rcollier 2011-04-29 02:37:50 +00:00
parent 85e5402979
commit 8f1d8b50dd
1 changed files with 6 additions and 6 deletions

View File

@ -98,8 +98,8 @@
destdir="${compile.dir}"
includeAntRuntime="no"
debug="on"
source="1.5"
target="1.5"
source="1.6"
target="1.6"
>
<src path="${basedir}/source" />
<classpath>
@ -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"
>
<src path="${basedir}/jingle/extension/source" />
<classpath>
@ -141,8 +141,8 @@
destdir="${compile.test.dir}"
includeAntRuntime="no"
debug="on"
source="1.5"
target="1.5"
source="1.6"
target="1.6"
>
<src path="${test.dir}" />
<classpath>