grrr, i hate that tar xml ant weirdo-ness: still experimenting with file permissions and the right taring...
This commit is contained in:
parent
d240acab24
commit
b03410952c
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@
|
||||||
</copy>
|
</copy>
|
||||||
<chmod file="${antclick.dir}/hop.sh" perm="755"/>
|
<chmod file="${antclick.dir}/hop.sh" perm="755"/>
|
||||||
<zip zipfile="${home.dir}/antclick.zip" basedir="${build.work}/" includes="antclick/**"/>
|
<zip zipfile="${home.dir}/antclick.zip" basedir="${build.work}/" includes="antclick/**"/>
|
||||||
<tar tarfile="${build.work}/antclick.tar">
|
<tar tarfile="${build.work}/antclick.tar" basedir="${antclick.dir}" excludes="**">
|
||||||
<tarfileset dir="${antclick.dir}" mode="755">
|
<tarfileset dir="${antclick.dir}" mode="755">
|
||||||
<include name="hop.sh"/>
|
<include name="hop.sh"/>
|
||||||
</tarfileset>
|
</tarfileset>
|
||||||
|
|
Loading…
Add table
Reference in a new issue