You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2012/03/29 16:15:21 UTC

svn commit: r1306873 - /tika/trunk/tika-server/pom.xml

Author: maxcom
Date: Thu Mar 29 14:15:21 2012
New Revision: 1306873

URL: http://svn.apache.org/viewvc?rev=1306873&view=rev
Log:
TIKA-593 - trying to fix .jar build

Modified:
    tika/trunk/tika-server/pom.xml

Modified: tika/trunk/tika-server/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-server/pom.xml?rev=1306873&r1=1306872&r2=1306873&view=diff
==============================================================================
--- tika/trunk/tika-server/pom.xml (original)
+++ tika/trunk/tika-server/pom.xml Thu Mar 29 14:15:21 2012
@@ -117,12 +117,12 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
+        <version>2.3.5</version>
         <configuration>
           <instructions>
             <Export-Package>org.apache.tika.*</Export-Package>
             <Embed-Dependency>
-                inline=META-INF/services/**|au/**|javax/**|org/**|com/**|Resources/**|font_metrics.properties|repackage/**|schema*/**,
-                inline=com/** |META-INF/services/com.sun*|META-INF/services/javax.ws.rs.ext.RuntimeDelegate
+                *;scope=compile;inline=META-INF/services/**|au/**|javax/**|org/**|com/**|Resources/**|font_metrics.properties|repackage/**|schema*/**|META-INF/cxf/**|schemas/**
             </Embed-Dependency>
             <Embed-Transitive>true</Embed-Transitive>
             <Bundle-DocURL>${project.url}</Bundle-DocURL>