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:
Steven Rowe 2015-01-26 23:41:49 +00:00
parent d3f7b2035a
commit fddabd00af
2 changed files with 3 additions and 1 deletions

View File

@ -830,6 +830,8 @@ Other Changes
an error message prompting the user to be explicit about which of multiple nodes an error message prompting the user to be explicit about which of multiple nodes
to stop using the -p or -all options (Timothy Potter) 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 ================== ================== 4.10.3 ==================
Bug Fixes Bug Fixes

View File

@ -319,7 +319,7 @@
</fileset> </fileset>
<fileset dir="server"> <fileset dir="server">
<include name="**/data/**/*" /> <include name="**/data/**/*" />
<include name="solr/zoo_data" /> <include name="solr/zoo_data/" />
<include name="start.jar" /> <include name="start.jar" />
<include name="logs/*" /> <include name="logs/*" />
<include name="webapps/**/*" /> <include name="webapps/**/*" />