aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index b22829e0..a4a6034a 100644
--- a/build.xml
+++ b/build.xml
@@ -64,6 +64,7 @@
debug="on"
deprecation="on"
optimize="off"
+ includeantruntime="true"
includes="**">
<classpath refid="classpath"/>
</javac>
@@ -77,6 +78,7 @@
source="1.6"
target="1.6"
optimize="off"
+ includeantruntime="true"
includes="**">
<classpath refid="classpath"/>
</javac>
@@ -88,6 +90,7 @@
debug="on"
deprecation="on"
optimize="off"
+ includeantruntime="false"
includes="**">
<classpath refid="test.compile.classpath"/>
<compilerarg value="-parameters" />