You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by te...@apache.org on 2013/12/15 01:29:55 UTC

svn commit: r1550987 - /nutch/trunk/build.xml

Author: tejasp
Date: Sun Dec 15 00:29:54 2013
New Revision: 1550987

URL: http://svn.apache.org/r1550987
Log:
NUTCH-1577 Synced 'eclipse' target in build.xml to have solr jar


Modified:
    nutch/trunk/build.xml

Modified: nutch/trunk/build.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1550987&r1=1550986&r2=1550987&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Sun Dec 15 00:29:54 2013
@@ -907,10 +907,10 @@
                  exported="false" />
         <library path="${basedir}/build/plugins/lib-nekohtml/nekohtml-0.9.5.jar" 
                  exported="false" />
-        <library path="${basedir}/build/plugins/lib-nekohtml/nekohtml-0.9.5.jar" 
-                 exported="false" />
         <library path="${basedir}/build/plugins/parse-html/tagsoup-1.2.1.jar" 
                  exported="false" />
+        <library path="${basedir}/build/plugins/indexer-solr/solr-solrj-3.4.0.jar" 
+                 exported="false" />
 
         <source path="${basedir}/src/java/" />
         <source path="${basedir}/src/test/" />