add includeantruntime=false
This commit is contained in:
parent
0f921e583e
commit
7a7aca3b31
1 changed files with 2 additions and 2 deletions
|
@ -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}">
|
||||
|
|
Loading…
Reference in a new issue