You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2010/02/27 01:11:26 UTC

svn commit: r916877 - /lucene/tika/trunk/tika-app/pom.xml

Author: jukka
Date: Sat Feb 27 00:11:26 2010
New Revision: 916877

URL: http://svn.apache.org/viewvc?rev=916877&view=rev
Log:
TIKA-382: No textextraction in tika-app

Add META-INF/services/** to the bundle inline rules to get the service provider settings used for TIKA-317

Modified:
    lucene/tika/trunk/tika-app/pom.xml

Modified: lucene/tika/trunk/tika-app/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/tika-app/pom.xml?rev=916877&r1=916876&r2=916877&view=diff
==============================================================================
--- lucene/tika/trunk/tika-app/pom.xml (original)
+++ lucene/tika/trunk/tika-app/pom.xml Sat Feb 27 00:11:26 2010
@@ -53,7 +53,7 @@
         <configuration>
           <instructions>
             <Export-Package>org.apache.tika.*</Export-Package>
-            <Embed-Dependency>*;scope=provided;inline=javax/**|org/**|com/**|Resources/**|font_metrics.properties|repackage/**|schema*/**</Embed-Dependency>
+            <Embed-Dependency>*;scope=provided;inline=javax/**|org/**|com/**|Resources/**|font_metrics.properties|repackage/**|schema*/**|META-INF/services/**</Embed-Dependency>
             <Embed-Transitive>true</Embed-Transitive>
             <Bundle-DocURL>${project.url}</Bundle-DocURL>
             <Main-Class>org.apache.tika.cli.TikaCLI</Main-Class>