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..f1d18384c438 100755
--- a/qadevOOo/build.xml
+++ b/qadevOOo/build.xml
@@ -32,7 +32,7 @@
</classpath>
</javac>
</target>
-
+
<!-- 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}" source="${build.source}">