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/01 11:38:15 UTC

svn commit: r1700448 - /ofbiz/trunk/specialpurpose/solr/build.xml

Author: shijh
Date: Tue Sep  1 09:38:15 2015
New Revision: 1700448

URL: http://svn.apache.org/r1700448
Log:
OFBIZ-6591 ofbiz does not compile

Replaces tabs with spaces.

Modified:
    ofbiz/trunk/specialpurpose/solr/build.xml

Modified: ofbiz/trunk/specialpurpose/solr/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/build.xml?rev=1700448&r1=1700447&r2=1700448&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/solr/build.xml (original)
+++ ofbiz/trunk/specialpurpose/solr/build.xml Tue Sep  1 09:38:15 2015
@@ -53,8 +53,8 @@ under the License.
         <fileset dir="../../applications/marketing/build/lib" includes="*.jar"/>
         <fileset dir="../../applications/order/build/lib" includes="*.jar"/>
         <fileset dir="../../applications/accounting/build/lib" includes="*.jar"/>
-    	<fileset dir="../../applications/content/build/lib" includes="*.jar"/>
-    	<fileset dir="../../specialpurpose/lucene/lib" includes="*.jar"/>
+        <fileset dir="../../applications/content/build/lib" includes="*.jar"/>
+        <fileset dir="../../specialpurpose/lucene/lib" includes="*.jar"/>
     </path>
     
     <target name="check-uiloginservice">