You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/08/03 18:13:57 UTC

svn commit: r1369073 - /lucene/dev/trunk/solr/cloud-dev/solrcloud-start-existing.sh

Author: markrmiller
Date: Fri Aug  3 16:13:57 2012
New Revision: 1369073

URL: http://svn.apache.org/viewvc?rev=1369073&view=rev
Log:
no need to do rm's here

Modified:
    lucene/dev/trunk/solr/cloud-dev/solrcloud-start-existing.sh

Modified: lucene/dev/trunk/solr/cloud-dev/solrcloud-start-existing.sh
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/cloud-dev/solrcloud-start-existing.sh?rev=1369073&r1=1369072&r2=1369073&view=diff
==============================================================================
--- lucene/dev/trunk/solr/cloud-dev/solrcloud-start-existing.sh (original)
+++ lucene/dev/trunk/solr/cloud-dev/solrcloud-start-existing.sh Fri Aug  3 16:13:57 2012
@@ -2,9 +2,6 @@
 
 cd ..
 
-rm -r -f dist
-rm -r -f build
-
 cd example
 java -DzkRun -DSTOP.PORT=7983 -DSTOP.KEY=key -jar start.jar 1>example.log 2>&1 &