mirror of https://github.com/apache/lucene.git
don't copy shell scripts into example bin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
11f801ed8d
commit
b85ec98955
|
@ -575,12 +575,6 @@
|
|||
</manifest>
|
||||
</jar>
|
||||
|
||||
<copy todir="${example}/solr/bin">
|
||||
<fileset dir="${src}/scripts">
|
||||
<exclude name="scripts.conf"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<chmod dir="${example}/solr/bin" perm="755" includes="**"/>
|
||||
<delete includeemptydirs="true">
|
||||
<fileset dir="${example}/work" includes="**/*"/>
|
||||
</delete>
|
||||
|
|
|
@ -179,7 +179,9 @@
|
|||
</autoCommit>
|
||||
-->
|
||||
|
||||
<!-- The RunExecutableListener executes an external command.
|
||||
|
||||
<!-- The RunExecutableListener executes an external command from a
|
||||
hook such as postCommit or postOptimize.
|
||||
exe - the name of the executable to run
|
||||
dir - dir to use as the current working directory. default="."
|
||||
wait - the calling thread waits until the executable returns. default="true"
|
||||
|
@ -195,8 +197,7 @@
|
|||
<arr name="env"> <str>MYVAR=val1</str> </arr>
|
||||
</listener>
|
||||
-->
|
||||
<!-- A postOptimize event is fired only after every optimize command, useful
|
||||
in conjunction with index distribution to only distribute optimized indicies
|
||||
<!-- A postOptimize event is fired only after every optimize command
|
||||
<listener event="postOptimize" class="solr.RunExecutableListener">
|
||||
<str name="exe">snapshooter</str>
|
||||
<str name="dir">solr/bin</str>
|
||||
|
|
Loading…
Reference in New Issue