You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by bo...@apache.org on 2018/08/18 02:35:50 UTC

[tika] branch branch_1x updated: TIKA-2710 - Change Tika OSGi Execution Environment to 1.8. Format fix.

This is an automated email from the ASF dual-hosted git repository.

bob pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 3c76b3a  TIKA-2710 - Change Tika OSGi Execution Environment to 1.8.  Format fix.
3c76b3a is described below

commit 3c76b3ae0c700b29f8adff2b18bebc81272dfee4
Author: Bob Paulin <bo...@bobpaulin.com>
AuthorDate: Fri Aug 17 21:35:41 2018 -0500

    TIKA-2710 - Change Tika OSGi Execution Environment to 1.8.  Format fix.
---
 tika-bundle/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index 7ad25e4..c9d635d 100644
--- a/tika-bundle/pom.xml
+++ b/tika-bundle/pom.xml
@@ -144,8 +144,8 @@
         <configuration>
           <instructions>
             <_runsystempackages>com.sun.xml.bind.marshaller, com.sun.xml.internal.bind.marshaller</_runsystempackages>
-			<!--  The file below and the _include entry may be removed once Tika targets OpenJDK 9.0 or above -->
-			<_include>src/main/resources/META-INF/MANIFEST.MF</_include>
+            <!--  The file below and the _include entry may be removed once Tika targets OpenJDK 9.0 or above -->
+            <_include>src/main/resources/META-INF/MANIFEST.MF</_include>
             <Bundle-Activator>
               org.apache.tika.parser.internal.Activator
             </Bundle-Activator>