You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/03/15 10:51:04 UTC

svn commit: r637380 - /labs/droids/trunk/ivy.xml

Author: thorsten
Date: Sat Mar 15 02:51:03 2008
New Revision: 637380

URL: http://svn.apache.org/viewvc?rev=637380&view=rev
Log:
Adding tika as dependency. Tika should become the core of parsing for the default droid/worker

Modified:
    labs/droids/trunk/ivy.xml

Modified: labs/droids/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/ivy.xml?rev=637380&r1=637379&r2=637380&view=diff
==============================================================================
--- labs/droids/trunk/ivy.xml (original)
+++ labs/droids/trunk/ivy.xml Sat Mar 15 02:51:03 2008
@@ -34,6 +34,7 @@
     <dependency org="stax" name="stax" rev="1.2.0"/>
     <dependency org="nekohtml" name="nekohtml" rev="1.9.6.1"/>
     <dependency org="org.apache.httpcomponents" name="httpclient" rev="4.0-alpha3"/>
+    <dependency org="org.apache.tika" name="tika" rev="0.1-incubating"/>
     <!-- Backport if you need a 1.4 lib -->
     <dependency org="net.sf.retrotranslator" name="retrotranslator-transformer" rev="1.2.4"/>
     <dependency org="net.sf.retrotranslator" name="retrotranslator-runtime" rev="1.2.4"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org