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 2012/04/19 17:40:36 UTC

svn commit: r1328006 - /tika/trunk/tika-bundle/pom.xml

Author: jukka
Date: Thu Apr 19 15:40:36 2012
New Revision: 1328006

URL: http://svn.apache.org/viewvc?rev=1328006&view=rev
Log:
TIKA-896: OSGi deployment without declarative services

Fix wrong Activator class name.

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

Modified: tika/trunk/tika-bundle/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-bundle/pom.xml?rev=1328006&r1=1328005&r2=1328006&view=diff
==============================================================================
--- tika/trunk/tika-bundle/pom.xml (original)
+++ tika/trunk/tika-bundle/pom.xml Thu Apr 19 15:40:36 2012
@@ -110,7 +110,7 @@
         <configuration>
           <instructions>
             <Bundle-Activator>
-              org.apache.tika.parser.internal.TikaActivator
+              org.apache.tika.parser.internal.Activator
             </Bundle-Activator>
             <Embed-Dependency>
               tika-parsers;inline=true,