mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02:22 -05:00
From Geert Stappers: add includeantruntime="false" to avoid ant 1.8 warning
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1544 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
5eaaf961de
commit
e16e2bd530
@ -57,7 +57,8 @@
|
||||
|
||||
<target name="compile" depends="init">
|
||||
<mkdir dir="target/classes"/>
|
||||
<javac srcdir="src/java" destdir="target/classes" source="1.5" target="1.5" debug="on" encoding="UTF-8">
|
||||
<javac srcdir="src/java" destdir="target/classes" source="1.5" target="1.5" debug="on" encoding="UTF-8"
|
||||
includeantruntime="false">
|
||||
<classpath>
|
||||
<path refid="classpath"/>
|
||||
</classpath>
|
||||
|
Loading…
Reference in New Issue
Block a user