* Make start.sh executable in binary Unix build.

This commit is contained in:
hns 2005-12-12 14:25:20 +00:00
parent 0854a71ca0
commit 06c8b33950

View file

@ -365,11 +365,11 @@
<fixcrlf srcdir="${build.work}" eol="lf" eof="remove" includes="**/*.txt, **/*.properties, **/*.hac, **/*.js, **/*.skin" />
<tar tarfile="${build.dist}/${filename}.tar" basedir="${build.work}" excludes="**">
<tarfileset prefix="${filename}" dir="${build.work}" mode="755">
<include name="hop.sh"/>
<include name="start.sh"/>
</tarfileset>
<tarfileset prefix="${filename}" dir="${build.work}">
<include name="**"/>
<exclude name="hop.sh"/>
<exclude name="start.sh"/>
<exclude name="**/jimi.jar"/>
</tarfileset>
</tar>