Update ooo320-m1
[ooovba.git] / applied_patches / 0062-buildfix-qadevOOo-java-encoding.diff
blob9ee2e410be332df3a9c9c9ceefbf11903f56167b
1 --- qadevOOo/build.xml.ark 2005-08-22 12:57:17.000000000 +0000
2 +++ qadevOOo/build.xml 2005-08-22 12:59:38.000000000 +0000
3 @@ -19,7 +19,7 @@
5 <!-- target for building the runner -->
6 <target name="qadevOOo_runner_build">
7 - <javac srcdir="${qadevOOo.runner}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}">
8 + <javac srcdir="${qadevOOo.runner}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}" encoding="utf-8" fork="true">
9 <classpath>
10 <pathelement location="${qadevOOo.class}"/>
11 <fileset dir="${qadevOOo.office_jars}">