summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-05-26 15:49:07 +0400
committerRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-05-26 15:49:53 +0400
commite5a9687c94171f0937113b6cb7280c64c15fd202 (patch)
treec7c8d085a3ac25d7457798404dc91ba9ff654f53 /build.xml
parent27f08da5cbeca38640327d36feff6274f72cc7b0 (diff)
downloadfernflower-e5a9687c94171f0937113b6cb7280c64c15fd202.tar
fernflower-e5a9687c94171f0937113b6cb7280c64c15fd202.tar.gz
fernflower-e5a9687c94171f0937113b6cb7280c64c15fd202.tar.lz
fernflower-e5a9687c94171f0937113b6cb7280c64c15fd202.tar.xz
fernflower-e5a9687c94171f0937113b6cb7280c64c15fd202.zip
Ant warning suppressed
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 44b1ca6..da8e9ed 100644
--- a/build.xml
+++ b/build.xml
@@ -37,7 +37,7 @@
<target name="compile" depends="clean" description="compile sources (main module only)">
<mkdir dir="${bin}"/>
- <javac srcdir="${src}" destdir="${bin}" source="1.6" target="1.6" encoding="UTF-8" debug="true"/>
+ <javac srcdir="${src}" destdir="${bin}" source="1.6" target="1.6" encoding="UTF-8" debug="true" includeantruntime="false"/>
</target>
<target name="jar" depends="compile" description="generate jar file">