Author: shijh
Date: Sun Sep 13 08:20:23 2015
New Revision: 1702703
URL:
http://svn.apache.org/r1702703Log:
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>