You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2014/12/15 21:35:35 UTC

svn commit: r1645741 - /lucene/dev/branches/branch_5x/solr/build.xml

Author: thelabdude
Date: Mon Dec 15 20:35:34 2014
New Revision: 1645741

URL: http://svn.apache.org/r1645741
Log:
SOLR-6833: clean should remove example directories created by running bin/solr -e foo

Modified:
    lucene/dev/branches/branch_5x/solr/build.xml

Modified: lucene/dev/branches/branch_5x/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/build.xml?rev=1645741&r1=1645740&r2=1645741&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/build.xml (original)
+++ lucene/dev/branches/branch_5x/solr/build.xml Mon Dec 15 20:35:34 2014
@@ -298,6 +298,9 @@
     <delete dir="package" />
     <delete dir="server/solr/lib" />
     <delete dir="example/solr/lib" />
+    <delete dir="example/cloud" />
+    <delete dir="example/techproducts" />
+    <delete dir="example/schemaless" />
     <delete includeemptydirs="true">
       <fileset dir="example">
         <include name="**/data/**/*" />