diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-12-12 14:02:48 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-12-12 14:02:48 +0000 |
commit | 427d69de9d4d8d999bcb1c96f17f7bffca60c27d (patch) | |
tree | c2ecca5e2454a1d3ed93f859c6bd7e0f16eff415 /qadevOOo/build.xml | |
parent | 207fc736841564c4f454a280f29978b211984992 (diff) |
INTEGRATION: CWS cmcfixes39 (1.3.48); FILE MERGED
2007/11/23 09:58:41 cmc 1.3.48.1: #i79961# make buildable with gcj
Diffstat (limited to 'qadevOOo/build.xml')
-rwxr-xr-x | qadevOOo/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/build.xml b/qadevOOo/build.xml index 9e2e8e086122..a47cc2773d7f 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}"> + <javac srcdir="${qadevOOo.runner}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}"> <classpath> <pathelement location="${qadevOOo.class}"/> <fileset dir="${qadevOOo.office_jars}"> @@ -31,7 +31,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}"> + <javac srcdir="${qadevOOo.tests}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}"> <classpath> <pathelement location="${qadevOOo.class}"/> <fileset dir="${qadevOOo.office_jars}"> |