Build: Fixed: Dependencies weren't downloaded on first run automatically

Project: http://git-wip-us.apache.org/repos/asf/freemarker-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/freemarker-site/commit/97db9f24
Tree: http://git-wip-us.apache.org/repos/asf/freemarker-site/tree/97db9f24
Diff: http://git-wip-us.apache.org/repos/asf/freemarker-site/diff/97db9f24

Branch: refs/heads/master
Commit: 97db9f241cb9c849ecd4fa527a688d0d90e83cb9
Parents: 2dd2520
Author: ddekany <[email protected]>
Authored: Thu Mar 29 23:44:52 2018 +0200
Committer: ddekany <[email protected]>
Committed: Thu Mar 29 23:44:52 2018 +0200

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/freemarker-site/blob/97db9f24/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 9bdcc7b..03e7261 100644
--- a/build.xml
+++ b/build.xml
@@ -43,7 +43,7 @@
     </tstamp>
   </target>
 
-  <target name="site">
+  <target name="site" depends="init">
     <!-- Ensure that we have an empty build/site directory: -->
     <mkdir dir="build/site"/>
     <delete includeEmptyDirs="true">

Reply via email to