summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-07 13:12:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-07 13:12:30 +0100
commit7a7aca3b315f95f1496a6c446e2ff4744a8ba9af (patch)
tree0e306c0028aed1c1b963a9c10ac7c380429524c1 /qadevOOo
parent0f921e583e4ffd833a3529a06f368de0e42b37af (diff)
add includeantruntime=false
Diffstat (limited to 'qadevOOo')
-rwxr-xr-xqadevOOo/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/build.xml b/qadevOOo/build.xml
index de822a150caa..027b083dd312 100755
--- a/qadevOOo/build.xml
+++ b/qadevOOo/build.xml
@@ -19,7 +19,7 @@
<!-- target for building the runner -->
<target name="qadevOOo_runner_build">
- <javac srcdir="${qadevOOo.runner}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}" encoding="utf-8" fork="true">
+ <javac srcdir="${qadevOOo.runner}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}" encoding="utf-8" fork="true" includeantruntime="false">
<classpath>
<pathelement location="${qadevOOo.class}"/>
<fileset dir="${qadevOOo.office_jars}">
@@ -35,7 +35,7 @@
<!-- target for building the tests -->
<target name="qadevOOo_tests_build" depends="qadevOOo_runner_build">
- <javac srcdir="${qadevOOo.tests}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}">
+ <javac srcdir="${qadevOOo.tests}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}" includeantruntime="false">
<classpath>
<pathelement location="${qadevOOo.class}"/>
<fileset dir="${qadevOOo.office_jars}">