mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-12-23 13:07:59 +01:00
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:
parent
85e5402979
commit
8f1d8b50dd
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue