You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by sh...@apache.org on 2015/09/13 10:20:23 UTC

svn commit: r1702703 - /ofbiz/trunk/build.xml

Author: shijh
Date: Sun Sep 13 08:20:23 2015
New Revision: 1702703

URL: http://svn.apache.org/r1702703
Log:
OFBIZ-6610 Upgrade Solr and Lucene librairies to version 5

Add runtime/indexes/index.properties to exclude in clean-search-indexes target.

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1702703&r1=1702702&r2=1702703&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sun Sep 13 08:20:23 2015
@@ -174,6 +174,7 @@ under the License.
         <delete includeemptydirs="true">
             <fileset dir="./runtime/indexes" includes="**/*" erroronmissingdir="false" >
                 <exclude name="README"/>
+                <exclude name="index.properties"/>
             </fileset>
         </delete>
     </target>