You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2015/09/19 15:38:39 UTC

svn commit: r1704027 - /ofbiz/trunk/.classpath

Author: mbrohl
Date: Sat Sep 19 13:38:38 2015
New Revision: 1704027

URL: http://svn.apache.org/viewvc?rev=1704027&view=rev
Log:
Applied patch for OFBIZ-6633: Eclipse .classpath is missing the runtime libs for the solr component.

Added the missing libs so OFBiz can be started with the solr component out of Eclipse.

Modified:
    ofbiz/trunk/.classpath

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1704027&r1=1704026&r2=1704027&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Sat Sep 19 13:38:38 2015
@@ -140,6 +140,20 @@
 	<classpathentry kind="lib" path="specialpurpose/lucene/lib/lucene-queryparser-4.9.0.jar"/>
 	<classpathentry kind="lib" path="specialpurpose/solr/lib/compile/solr-core-4.9.0.jar"/>
 	<classpathentry kind="lib" path="specialpurpose/solr/lib/compile/solr-solrj-4.9.0.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/guava-14.0.1.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/joda-time-2.2.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/lucene-analyzers-common-4.9.0.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/lucene-codecs-4.9.0.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/lucene-highlighter-4.9.0.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/lucene-join-4.9.0.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/lucene-queries-4.9.0.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/lucene-spatial-4.9.0.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/lucene-suggest-4.9.0.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/noggit-0.5.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/org.restlet-2.1.1.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/org.restlet.ext.servlet-2.1.1.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/spatial4j-0.4.1.jar"/>
+	<classpathentry kind="lib" path="specialpurpose/solr/lib/runtime/zookeeper-3.4.6.jar"/>
 	<classpathentry excluding="org/ofbiz/accounting/thirdparty/cybersource/**|org/ofbiz/accounting/thirdparty/verisign/**|org/ofbiz/accounting/thirdparty/paypal/PayPalServices.java|org/ofbiz/accounting/thirdparty/orbital/**|org/ofbiz/accounting/thirdparty/securepay/**|org/ofbiz/accounting/thirdparty/ideal/**" kind="src" path="applications/accounting/src"/>
 	<classpathentry excluding="org/ofbiz/content/openoffice/|org/ofbiz/content/report/" kind="src" path="applications/content/src"/>
 	<classpathentry kind="src" path="applications/manufacturing/src"/>