mirror of https://github.com/apache/lucene.git
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:
parent
a87bcb1d3e
commit
6f6dd9763e
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue