summaryrefslogtreecommitdiff
path: root/qadevOOo/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/build.xml')
-rwxr-xr-xqadevOOo/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/build.xml b/qadevOOo/build.xml
index f00746a2a6b8..de822a150caa 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}">
+ <javac srcdir="${qadevOOo.runner}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}" encoding="utf-8" fork="true">
<classpath>
<pathelement location="${qadevOOo.class}"/>
<fileset dir="${qadevOOo.office_jars}">