Author: markrmiller
Date: Thu Mar 18 05:30:51 2010
New Revision: 924640

URL: http://svn.apache.org/viewvc?rev=924640&view=rev
Log:
fix extras classpath

Modified:
    lucene/solr/branches/newtrunk/solr/contrib/dataimporthandler/build.xml

Modified: lucene/solr/branches/newtrunk/solr/contrib/dataimporthandler/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/solr/branches/newtrunk/solr/contrib/dataimporthandler/build.xml?rev=924640&r1=924639&r2=924640&view=diff
==============================================================================
--- lucene/solr/branches/newtrunk/solr/contrib/dataimporthandler/build.xml 
(original)
+++ lucene/solr/branches/newtrunk/solr/contrib/dataimporthandler/build.xml Thu 
Mar 18 05:30:51 2010
@@ -59,6 +59,7 @@
        <fileset dir="${solr-path}/lib" includes="*.jar"/>
        <fileset dir="lib/" includes="*.jar"/>
        <fileset dir="${tikalibs-path}" includes="*.jar"/>
+    <path refid="lucene.classpath"/>
   </path>
        
   <path id="test.classpath">


Reply via email to