Commit ca15285c authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added commons compress to target platform and word generation, #204

parent fb639715
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
	<unit id="org.apache.poi.ooxml" version="4.1.1.v20221112-0806"/>
	<unit id="org.apache.poi.ooxml.schemas" version="4.1.1.v20221112-0806"/>
	<unit id="org.apache.xmlbeans" version="3.1.0.v20221112-0806"/>
	<unit id="org.apache.commons.commons-compress" version="0.0.0"/>
	<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ Require-Bundle: org.eclipse.core.runtime,
 org.apache.logging.log4j.slf4j2.impl,
 org.apache.commons.lang3,
 org.apache.commons.commons-collections4,
 org.apache.commons.commons-compress, 
 org.apache.poi;bundle-version="[4.0.0,5.0.0)",
 org.apache.poi.ooxml;bundle-version="[4.0.0,5.0.0)",
 org.apache.poi.ooxml.schemas;bundle-version="[4.0.0,5.0.0)",