You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2010/08/05 16:25:17 UTC

svn commit: r982635 - /lucene/dev/branches/branch_3x/solr/contrib/extraction/build.xml

Author: gsingers
Date: Thu Aug  5 14:25:17 2010
New Revision: 982635

URL: http://svn.apache.org/viewvc?rev=982635&view=rev
Log:
some small build.xml cleanup

Modified:
    lucene/dev/branches/branch_3x/solr/contrib/extraction/build.xml

Modified: lucene/dev/branches/branch_3x/solr/contrib/extraction/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/extraction/build.xml?rev=982635&r1=982634&r2=982635&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/extraction/build.xml (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/extraction/build.xml Thu Aug  5 14:25:17 2010
@@ -20,8 +20,6 @@
 <project name="solr-cell" default="build">
 
   <property name="solr-path" value="../.." />
-  <property name="tika.version" value="0.2-SNAPSHOT"/>
-  <property name="tika.lib" value="lib/tika-${tika.version}-standalone.jar"/>
 
   <import file="../../common-build.xml"/>
   
@@ -67,7 +65,6 @@
   <target name="build" depends="compile">
     <solr-jar destfile="${dest}/${fullnamever}.jar" basedir="${dest}/classes"
               manifest="../../${dest}/META-INF/MANIFEST.MF">
-      <!--<zipfileset src="${tika.lib}"/>-->
     </solr-jar>
   </target>