* 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) -->
|
||||
<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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue