You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/03/15 12:30:52 UTC

incubator-freemarker git commit: Build: Added "test" to the dist task.

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae ca52e2d05 -> 36305d0c5


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-gae
Commit: 36305d0c5dddf4bbe1fd9e45472b29b4f0fedae5
Parents: ca52e2d
Author: ddekany <dd...@apache.org>
Authored: Wed Mar 15 13:30:47 2017 +0100
Committer: ddekany <dd...@apache.org>
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}" />