Browse Source

Lost a space character

master
Gintas Grigelionis 7 years ago
parent
commit
8f0dc57ed9
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      build.xml

+ 2
- 3
build.xml View File

@@ -931,8 +931,7 @@
</antcall>
</target>

<target name="dist-javadocs" depends="javadocs"
unless="javadoc.notrequired">
<target name="dist-javadocs" depends="javadocs" unless="javadoc.notrequired">
<mkdir dir="${dist.javadocs}"/>
<copy todir="${dist.javadocs}" overwrite="true">
<fileset dir="${build.javadocs}"/>
@@ -1602,7 +1601,7 @@
</condition>
</target>

<target name="test"depends="junit-report,antunit-report,check-failed"
<target name="test" depends="junit-report,antunit-report,check-failed"
description="--> run unit tests and reports">
<fail if="tests.failed" unless="ignore.tests.failed">Unit tests failed; see:
${build.junit.reports}


Loading…
Cancel
Save