Build: Added "test" to the dist task.
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/36305d0c Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/36305d0c Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/36305d0c Branch: refs/heads/2.3 Commit: 36305d0c5dddf4bbe1fd9e45472b29b4f0fedae5 Parents: ca52e2d Author: ddekany <[email protected]> Authored: Wed Mar 15 13:30:47 2017 +0100 Committer: ddekany <[email protected]> Committed: Wed Mar 15 13:30:47 2017 +0100 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/36305d0c/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 4e1f979..d81a9b9 100644 --- a/build.xml +++ b/build.xml @@ -655,7 +655,7 @@ </target> <target name="_dist" - depends="jar, javadoc, manualOffline" + depends="test, jar, javadoc, manualOffline" > <delete dir="${dist.dir}" />
