Add description to run-example target, to show with ant -p

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956097 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2010-06-18 19:02:51 +00:00
parent a87bcb1d3e
commit 6f6dd9763e
1 changed files with 2 additions and 1 deletions

View File

@ -682,7 +682,8 @@
<echo>See ${example}/README.txt for how to run the Solr example configuration.</echo>
</target>
<target name="run-example" depends="example">
<target name="run-example" depends="example"
description="Run Solr interactively, via Jetty. -Dexample.debug=true to enable JVM debugger">
<property name="example.solr.home" location="example/solr"/>
<property name="example.data.dir" location="example/solr/data"/>
<property name="example.debug.suspend" value="n"/>