Author: shijh
Date: Tue Sep 1 09:34:22 2015
New Revision: 1700446
URL:
http://svn.apache.org/r1700446Log:
OFBIZ-6591 ofbiz does not compile
The reason behind is lack of jars in applications/content/build/lib and specialpurpose/lucene/lib.
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=1700446&r1=1700445&r2=1700446&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/solr/build.xml (original)
+++ ofbiz/trunk/specialpurpose/solr/build.xml Tue Sep 1 09:34:22 2015
@@ -53,6 +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"/>
</path>
<target name="check-uiloginservice">