Author: rombert
Date: Tue Jul  9 14:42:10 2013
New Revision: 1501298

URL: http://svn.apache.org/r1501298
Log:
SLING-2924 - Full text extraction issue with Tika v1.0 under OSGi
environment

Make sure that the tika bundles are available when jackrabbit is
started. Otherwise when indexes are deleted they will not be rebuilt on
startup.

Thanks to Anjan for debugging the problem and suggesting a fix.

Modified:
    sling/trunk/launchpad/builder/src/main/bundles/list.xml

Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/bundles/list.xml?rev=1501298&r1=1501297&r2=1501298&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Tue Jul  9 14:42:10 
2013
@@ -141,7 +141,7 @@
         <bundle>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.post</artifactId>
-            <version>2.3.3-SNAPSHOT</version>
+            <version>2.3.1-SNAPSHOT</version>
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>
@@ -161,7 +161,7 @@
         <bundle>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.classloader</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.1.13-SNAPSHOT</version>
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>
@@ -422,6 +422,16 @@
             <artifactId>org.apache.felix.metatype</artifactId>
             <version>1.0.6</version>
         </bundle>
+        <bundle>
+            <groupId>org.apache.tika</groupId>
+            <artifactId>tika-core</artifactId>
+            <version>1.2</version>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.tika</groupId>
+            <artifactId>tika-bundle</artifactId>
+            <version>1.2</version>
+        </bundle>
     </startLevel>
 
     <startLevel level="15">
@@ -456,16 +466,6 @@
             <version>10.5.3.0_1</version>
         </bundle>
         <bundle>
-            <groupId>org.apache.tika</groupId>
-            <artifactId>tika-core</artifactId>
-            <version>1.2</version>
-        </bundle>
-        <bundle>
-            <groupId>org.apache.tika</groupId>
-            <artifactId>tika-bundle</artifactId>
-            <version>1.2</version>
-        </bundle>
-        <bundle>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.jackrabbit.server</artifactId>
             <version>2.1.1-SNAPSHOT</version>


Reply via email to