mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
Use source="1.2"
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2476 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
aa1e196e48
commit
b1bac1c04b
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@
|
||||||
destdir="${compile.dir}"
|
destdir="${compile.dir}"
|
||||||
includeAntRuntime="no"
|
includeAntRuntime="no"
|
||||||
debug="on"
|
debug="on"
|
||||||
source="1.3"
|
source="1.2"
|
||||||
>
|
>
|
||||||
<src path="${basedir}/source" />
|
<src path="${basedir}/source" />
|
||||||
<classpath>
|
<classpath>
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
destdir="${compile.test.dir}"
|
destdir="${compile.test.dir}"
|
||||||
includeAntRuntime="no"
|
includeAntRuntime="no"
|
||||||
debug="on"
|
debug="on"
|
||||||
source="1.3"
|
source="1.2"
|
||||||
>
|
>
|
||||||
<src path="${basedir}/test" />
|
<src path="${basedir}/test" />
|
||||||
<classpath>
|
<classpath>
|
||||||
|
|
Loading…
Reference in a new issue