[Libreoffice-commits] .: qadevOOo/build.xml

Petr Mladek pmladek at kemper.freedesktop.org
Thu Mar 31 09:53:09 PDT 2011


 qadevOOo/build.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18cf39a89a93b2ac0fa7d39ac4589a089da0f901
Author: Bernhard Rosenkraenzer <bero at arklinux.org>
Date:   Thu Mar 31 18:52:01 2011 +0200

    avoid gcj compilation error
    
    set encoding="utf-8" fork="true" to avoid known gcj error

diff --git a/qadevOOo/build.xml b/qadevOOo/build.xml
index f1d1838..280decf 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}">


More information about the Libreoffice-commits mailing list