From 4f42dd0364535867bdc7e3e69eb877cf7be6e10b Mon Sep 17 00:00:00 2001 From: Philip Makedonski <makedonski@cs.uni-goettingen.de> Date: Thu, 11 Jul 2024 10:26:31 +0000 Subject: [PATCH] +added commons compress which for some reason is no longer resolved otherwise --- .../org.etsi.mts.tdl.tools.to.docx.poi/META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/org.etsi.mts.tdl.tools.to.docx.poi/META-INF/MANIFEST.MF b/plugins/org.etsi.mts.tdl.tools.to.docx.poi/META-INF/MANIFEST.MF index 84a83b47..05827653 100644 --- a/plugins/org.etsi.mts.tdl.tools.to.docx.poi/META-INF/MANIFEST.MF +++ b/plugins/org.etsi.mts.tdl.tools.to.docx.poi/META-INF/MANIFEST.MF @@ -17,7 +17,8 @@ Require-Bundle: org.eclipse.core.runtime, org.apache.poi, org.apache.poi.ooxml, org.apache.poi.ooxml.schemas, - org.apache.xmlbeans + org.apache.xmlbeans, + org.apache.commons.compress Bundle-RequiredExecutionEnvironment: JavaSE-11 Automatic-Module-Name: org.etsi.mts.tdl.tools.to.docx.poi Bundle-ActivationPolicy: lazy -- GitLab