Repository: incubator-freemarker Updated Branches: refs/heads/3 830b9cdf9 -> 5062b4ebf
(build.xml cleanup) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/5062b4eb Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/5062b4eb Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/5062b4eb Branch: refs/heads/3 Commit: 5062b4ebfcfc3d71932dafea90d023c3a09e706f Parents: 830b9cd Author: ddekany <[email protected]> Authored: Mon Mar 27 20:12:27 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Mar 27 20:12:27 2017 +0200 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/5062b4eb/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index dabf700..ee367f8 100644 --- a/build.xml +++ b/build.xml @@ -363,7 +363,7 @@ <!-- Generate docs --> <!-- ================================================================= --> - <target depends="compile" name="_rawJavadoc"> + <target name="_rawJavadoc" depends="compile"> <mkdir dir="build/api" /> <delete includeEmptyDirs="yes"> <fileset dir="build/api" includes="**/*" />
