* Make sure jsdocs target is executed before package-raw.
This commit is contained in:
parent
de0c08ce5a
commit
fb20983640
1 changed files with 3 additions and 3 deletions
|
@ -243,14 +243,14 @@
|
||||||
<!-- checkout the demo apps (and zip manage-app) -->
|
<!-- checkout the demo apps (and zip manage-app) -->
|
||||||
<antcall target="package-apps" />
|
<antcall target="package-apps" />
|
||||||
|
|
||||||
|
<!-- generate the framework and modules documentation -->
|
||||||
|
<antcall target="jsdocs" />
|
||||||
|
|
||||||
<!-- create the main part of helma -->
|
<!-- create the main part of helma -->
|
||||||
<antcall target="package-raw">
|
<antcall target="package-raw">
|
||||||
<param name="distribution" value="main" />
|
<param name="distribution" value="main" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
||||||
<!-- generate the framework and modules documentation -->
|
|
||||||
<antcall target="jsdocs" />
|
|
||||||
|
|
||||||
<chmod perm="755">
|
<chmod perm="755">
|
||||||
<fileset dir="${build.work}">
|
<fileset dir="${build.work}">
|
||||||
<include name="start.sh"/>
|
<include name="start.sh"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue