fixed scripts permission in example

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@405459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William Au 2006-05-09 16:27:51 +00:00
parent 865e9ab8b2
commit dd8d4e28db
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@
<exclude name="scripts.conf"/>
</fileset>
</copy>
<chmod dir="${example}/solr/bin" perm="755" includes="**"/>
</target>
<target name="dist-example"