better RunExecutableListener example

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@565997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2007-08-15 01:36:44 +00:00
parent e7e530bcd7
commit 7482909fcd
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@
-->
<!-- A postCommit event is fired after every commit or optimize command
<listener event="postCommit" class="solr.RunExecutableListener">
<str name="exe">snapshooter</str>
<str name="dir">solr/bin</str>
<str name="exe">solr/bin/snapshooter</str>
<str name="dir">.</str>
<bool name="wait">true</bool>
<arr name="args"> <str>arg1</str> <str>arg2</str> </arr>
<arr name="env"> <str>MYVAR=val1</str> </arr>