added chmod 755 for hop.sh; renamed param buildvariation to distribution
This commit is contained in:
parent
390184871f
commit
b2890fe700
1 changed files with 9 additions and 3 deletions
|
@ -145,9 +145,15 @@
|
||||||
|
|
||||||
<!-- create the main part of helma -->
|
<!-- create the main part of helma -->
|
||||||
<antcall target="package-raw">
|
<antcall target="package-raw">
|
||||||
<param name="buildvariation" value="main" />
|
<param name="distribution" value="main" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
||||||
|
<chmod perm="755">
|
||||||
|
<fileset dir="${build.work}">
|
||||||
|
<include name="hop.sh"/>
|
||||||
|
</fileset>
|
||||||
|
</chmod>
|
||||||
|
|
||||||
<!-- checkout the demo apps (and zip manage-app) -->
|
<!-- checkout the demo apps (and zip manage-app) -->
|
||||||
<antcall target="package-apps" />
|
<antcall target="package-apps" />
|
||||||
|
|
||||||
|
@ -172,7 +178,7 @@
|
||||||
|
|
||||||
<!-- copy the framework (apps.props, server.props, hop/db, hop/static) -->
|
<!-- copy the framework (apps.props, server.props, hop/db, hop/static) -->
|
||||||
<copy todir="${build.work}">
|
<copy todir="${build.work}">
|
||||||
<fileset dir="${build.dir}/${buildvariation}" excludes="**/CVS**"/>
|
<fileset dir="${build.dir}/${distribution}" excludes="**/CVS**"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<!-- copy the whole docs-directory -->
|
<!-- copy the whole docs-directory -->
|
||||||
|
@ -288,7 +294,7 @@ manage
|
||||||
|
|
||||||
<!-- create the main part of helma -->
|
<!-- create the main part of helma -->
|
||||||
<antcall target="package-raw">
|
<antcall target="package-raw">
|
||||||
<param name="buildvariation" value="antclick" />
|
<param name="distribution" value="antclick" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
||||||
<!-- get antville -->
|
<!-- get antville -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue