aboutsummaryrefslogtreecommitdiffstats
path: root/src/multimodule
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-03-23 23:58:47 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-03-23 23:58:47 +0000
commit7c6e80e9036d55382d87feda7cee9d5110c7df7c (patch)
tree1939057ff11fcf7da55c31b5cffc140a63c7305a /src/multimodule
parent207b98a5dc4c56435ff3c1876122c460ad8d4903 (diff)
downloadpoi-7c6e80e9036d55382d87feda7cee9d5110c7df7c.tar.gz
poi-7c6e80e9036d55382d87feda7cee9d5110c7df7c.zip
add more xsbs to the ooxml-lite jar by recursing through XWPF and XSSF documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887978 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/multimodule')
-rw-r--r--src/multimodule/ooxml-lite/java9/module-info.classbin1663 -> 1708 bytes
-rw-r--r--src/multimodule/ooxml-lite/java9/module-info.java1
2 files changed, 1 insertions, 0 deletions
diff --git a/src/multimodule/ooxml-lite/java9/module-info.class b/src/multimodule/ooxml-lite/java9/module-info.class
index 2a720c718d..6c12f9f957 100644
--- a/src/multimodule/ooxml-lite/java9/module-info.class
+++ b/src/multimodule/ooxml-lite/java9/module-info.class
Binary files differ
diff --git a/src/multimodule/ooxml-lite/java9/module-info.java b/src/multimodule/ooxml-lite/java9/module-info.java
index 2559d369d8..f8e193e41e 100644
--- a/src/multimodule/ooxml-lite/java9/module-info.java
+++ b/src/multimodule/ooxml-lite/java9/module-info.java
@@ -29,6 +29,7 @@ open module org.apache.poi.ooxml.schemas {
exports com.microsoft.schemas.office.excel;
exports com.microsoft.schemas.office.office;
exports com.microsoft.schemas.office.visio.x2012.main;
+ exports com.microsoft.schemas.office.word;
exports com.microsoft.schemas.office.x2006.digsig;
exports com.microsoft.schemas.vml;
exports org.apache.poi.schemas.ooxml.system.ooxml;