added lines in target "antclick" for creating a tgz package, too
This commit is contained in:
parent
0dcf1ad58b
commit
1f2cf86509
1 changed files with 11 additions and 1 deletions
|
@ -308,7 +308,17 @@
|
|||
<fileset dir="${build.checkout}/hopbuild/skeleton/extras" includes="db.properties"/>
|
||||
</copy>
|
||||
<chmod file="${antclick.dir}/hop.sh" perm="755"/>
|
||||
<zip zipfile="../antclick.zip" basedir="${build.work}/" includes="antclick/**"/>
|
||||
<zip zipfile="${home.dir}/antclick.zip" basedir="${build.work}/" includes="antclick/**"/>
|
||||
<tar tarfile="${build.work}/antclick.tar" basedir="${build.work}/" includes="antclick/**>
|
||||
<tarfileset dir="${antclick.dir}" mode="755">
|
||||
<include name="${antclick.dir}/hop.sh"/>
|
||||
</tarfileset>
|
||||
<tarfileset dir="${antclick.dir}">
|
||||
<include name="${antclick.dir}/**"/>
|
||||
<exclude name="${antclick.dir}/hop.sh"/>
|
||||
</tarfileset>
|
||||
</tar>
|
||||
<gzip zipfile="${home.dir}/antclick.tgz" src="${build.work}/antclick.tar"/>
|
||||
</target>
|
||||
|
||||
<!-- =================================================================== -->
|
||||
|
|
Loading…
Add table
Reference in a new issue