Author: rwesten
Date: Sat Oct 19 09:00:18 2013
New Revision: 1533715

URL: http://svn.apache.org/r1533715
Log:
STANBOL-1171: revert unintended commit of tika-1.2 to tika-1.4 upgrade in the 
enhancer bundlelist

Modified:
    stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml

Modified: stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml?rev=1533715&r1=1533714&r2=1533715&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml 
(original)
+++ stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml Sat 
Oct 19 09:00:18 2013
@@ -38,27 +38,14 @@
     <bundle> <!-- Apache Tika core (required by the LangId and TikaEngine) -->
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>1.4</version>
+        <version>1.2</version>
     </bundle>
   </startLevel>
   <startLevel level="27">
     <bundle> <!-- Apache Tika bundle (required by the TikaEngine) -->
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-bundle</artifactId>
-        <version>1.4</version>
-    </bundle>
-  </startLevel>
-  <!-- 
-    TODO: tika-xmp:1.4 currently depends on com.adobe.xmp:xmpcore what is not
-    a bundle. Because of that it is currently embedded & exported by the Tika 
-    Engine. Because of that its start level is higher as that of the engine.
-    As soon as xmpcore is a bundle this should be changed back to 27.
-    -->
-  <startLevel level="31">
-    <bundle>
-      <groupId>org.apache.tika</groupId>
-      <artifactId>tika-xmp</artifactId>
-      <version>1.4</version>
+        <version>1.2</version>
     </bundle>
   </startLevel>
   <!-- Stanbol Enhancer infrastructure and required libraries -->


Reply via email to