summaryrefslogtreecommitdiffstats
path: root/qadevOOo/build.xml
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 16:38:46 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 16:38:46 +0000
commitbdeec254d4bfda77168e8203493766d5a2220e1a (patch)
tree285cdd6ff156dd54db91cecb5095c317853ec442 /qadevOOo/build.xml
parentINTEGRATION: CWS smoketest6 (1.2.2); FILE MERGED (diff)
downloadcore-bdeec254d4bfda77168e8203493766d5a2220e1a.tar.gz
core-bdeec254d4bfda77168e8203493766d5a2220e1a.zip
INTEGRATION: CWS qadev24 (1.2.12); FILE MERGED
2005/09/30 09:31:07 lla 1.2.12.1: #i52275# debug switch
Diffstat (limited to 'qadevOOo/build.xml')
-rwxr-xr-xqadevOOo/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/build.xml b/qadevOOo/build.xml
index 5441bd9368ed..9e2e8e086122 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">
+ <javac srcdir="${qadevOOo.runner}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}">
<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">
+ <javac srcdir="${qadevOOo.tests}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}">
<classpath>
<pathelement location="${qadevOOo.class}"/>
<fileset dir="${qadevOOo.office_jars}">