Repository: ant Updated Branches: refs/heads/master 0da54795c -> 8f0dc57ed
Lost a space character Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/8f0dc57e Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/8f0dc57e Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/8f0dc57e Branch: refs/heads/master Commit: 8f0dc57ed938f4a395aaee78124364dc18c80777 Parents: 0da5479 Author: Gintas Grigelionis <[email protected]> Authored: Sat Jan 20 10:33:21 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Sat Jan 20 10:33:21 2018 +0100 ---------------------------------------------------------------------- build.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/8f0dc57e/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e7c5001..cf9f4f5 100644 --- a/build.xml +++ b/build.xml @@ -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}
