Skip to content

Commit

Permalink
[26862] update docx4j libs
Browse files Browse the repository at this point in the history
  • Loading branch information
huthomas committed Jan 15, 2025
1 parent b341aed commit b27f2f5
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
52 changes: 26 additions & 26 deletions bundles/ch.elexis.core.text.docx/.classpath
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.16.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-compress-1.26.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/docx4j-core-11.4.11.jar"/>
<classpathentry exported="true" kind="lib" path="lib/docx4j-openxml-objects-11.4.11.jar"/>
<classpathentry exported="true" kind="lib" path="lib/docx4j-openxml-objects-pml-11.4.11.jar"/>
<classpathentry exported="true" kind="lib" path="lib/docx4j-openxml-objects-sml-11.4.11.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/xalan-serializer-11.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jakarta.activation-2.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxb-core-4.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxb-impl-4.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jakarta.xml.bind-api-4.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/docx4j-JAXB-ReferenceImpl-11.4.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/error_prone_annotations-2.23.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/fontbox-3.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxb-svg11-11.4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mbassador-1.3.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/wmf2svg-0.9.11.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xalan-interpretive-11.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xmlgraphics-commons-2.9.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/docx4j-core-11.5.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/docx4j-openxml-objects-11.5.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/docx4j-openxml-objects-pml-11.5.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/docx4j-openxml-objects-sml-11.5.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.16.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-compress-1.26.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/xalan-serializer-11.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jakarta.activation-2.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxb-core-4.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxb-impl-4.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jakarta.xml.bind-api-4.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/docx4j-JAXB-ReferenceImpl-11.4.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/error_prone_annotations-2.23.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/fontbox-3.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaxb-svg11-11.4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mbassador-1.3.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/wmf2svg-0.9.11.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xalan-interpretive-11.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xmlgraphics-commons-2.9.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
8 changes: 4 additions & 4 deletions bundles/ch.elexis.core.text.docx/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Bundle-ClassPath: lib/docx4j-JAXB-ReferenceImpl-11.4.9.jar,
lib/jaxb-impl-4.0.4.jar,
lib/jaxb-core-4.0.4.jar,
lib/jakarta.activation-2.0.1.jar,
lib/docx4j-core-11.4.11.jar,
lib/docx4j-openxml-objects-11.4.11.jar,
lib/docx4j-openxml-objects-pml-11.4.11.jar,
lib/docx4j-openxml-objects-sml-11.4.11.jar,
lib/docx4j-core-11.5.1.jar,
lib/docx4j-openxml-objects-11.5.1.jar,
lib/docx4j-openxml-objects-pml-11.5.1.jar,
lib/docx4j-openxml-objects-sml-11.5.1.jar,
lib/commons-compress-1.26.1.jar,
lib/commons-io-2.16.1.jar,
.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" name="ch.elexis.core.text.docx.service.DocxTextPluginService">
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="ch.elexis.core.text.docx.service.DocxTextPluginService">
<service>
<provide interface="ch.elexis.core.text.ITextPlugin"/>
</service>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b27f2f5

Please sign in to comment.