diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-03-23 23:58:47 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-03-23 23:58:47 +0000 |
commit | 7c6e80e9036d55382d87feda7cee9d5110c7df7c (patch) | |
tree | 1939057ff11fcf7da55c31b5cffc140a63c7305a /src/multimodule | |
parent | 207b98a5dc4c56435ff3c1876122c460ad8d4903 (diff) | |
download | poi-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.class | bin | 1663 -> 1708 bytes | |||
-rw-r--r-- | src/multimodule/ooxml-lite/java9/module-info.java | 1 |
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 Binary files differindex 2a720c718d..6c12f9f957 100644 --- a/src/multimodule/ooxml-lite/java9/module-info.class +++ b/src/multimodule/ooxml-lite/java9/module-info.class 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; |