* Make sure jsdocs target is executed before package-raw.

This commit is contained in:
hns 2007-07-18 23:12:40 +00:00
parent de0c08ce5a
commit fb20983640

View file

@ -243,14 +243,14 @@
<!-- checkout the demo apps (and zip manage-app) -->
<antcall target="package-apps" />
<!-- generate the framework and modules documentation -->
<antcall target="jsdocs" />
<!-- create the main part of helma -->
<antcall target="package-raw">
<param name="distribution" value="main" />
</antcall>
<!-- generate the framework and modules documentation -->
<antcall target="jsdocs" />
<chmod perm="755">
<fileset dir="${build.work}">
<include name="start.sh"/>