SOLR-7349: Re-enable ant clean dist

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1676553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2015-04-28 14:56:26 +00:00
parent 1a7cf2fc85
commit 094c323872
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ rm -r -f build
rm -r -f server/solr/zoo_data
rm -f server/server.log
#ant -f ../build.xml clean
#ant server dist
ant -f ../build.xml clean
ant server dist
rm -r server/solr-webapp/*
unzip server/webapps/solr.war -d server/solr-webapp/webapp