mirror of https://github.com/apache/lucene.git
SOLR-5918: ant clean does not remove ZooKeeper data
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3f7b2035a
commit
fddabd00af
|
@ -830,6 +830,8 @@ Other Changes
|
|||
an error message prompting the user to be explicit about which of multiple nodes
|
||||
to stop using the -p or -all options (Timothy Potter)
|
||||
|
||||
* SOLR-5918: ant clean does not remove ZooKeeper data (Varun Thacker, Steve Rowe)
|
||||
|
||||
================== 4.10.3 ==================
|
||||
|
||||
Bug Fixes
|
||||
|
|
|
@ -319,7 +319,7 @@
|
|||
</fileset>
|
||||
<fileset dir="server">
|
||||
<include name="**/data/**/*" />
|
||||
<include name="solr/zoo_data" />
|
||||
<include name="solr/zoo_data/" />
|
||||
<include name="start.jar" />
|
||||
<include name="logs/*" />
|
||||
<include name="webapps/**/*" />
|
||||
|
|
Loading…
Reference in New Issue