fixed a typo creating syntax error in line 313
This commit is contained in:
parent
1f2cf86509
commit
db9fab2c8c
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@
|
|||
</copy>
|
||||
<chmod file="${antclick.dir}/hop.sh" perm="755"/>
|
||||
<zip zipfile="${home.dir}/antclick.zip" basedir="${build.work}/" includes="antclick/**"/>
|
||||
<tar tarfile="${build.work}/antclick.tar" 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue