mirror of https://github.com/apache/poi.git
update some module-info classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
affaa8d11c
commit
9626dd0661
|
@ -1074,8 +1074,10 @@ under the License.
|
||||||
</filterchain>
|
</filterchain>
|
||||||
</loadresource>
|
</loadresource>
|
||||||
|
|
||||||
|
<echo message="Building classes for @{module}"/>
|
||||||
|
|
||||||
<!-- compile the sources -->
|
<!-- compile the sources -->
|
||||||
<javac release="8"
|
<javac
|
||||||
target="${jdk.version.class}"
|
target="${jdk.version.class}"
|
||||||
source="${jdk.version.source}"
|
source="${jdk.version.source}"
|
||||||
destdir="@{classes}"
|
destdir="@{classes}"
|
||||||
|
@ -1097,6 +1099,8 @@ under the License.
|
||||||
</filterchain>
|
</filterchain>
|
||||||
</loadresource>
|
</loadresource>
|
||||||
|
|
||||||
|
<echo message="Building java9+ classes for @{module}"/>
|
||||||
|
|
||||||
<!-- compile jigsaw files to sources, so we don't forget to update/provide them for Java 8 builds -->
|
<!-- compile jigsaw files to sources, so we don't forget to update/provide them for Java 8 builds -->
|
||||||
<javac release="9"
|
<javac release="9"
|
||||||
srcdir="${basedir}/@{module}/src/main/java9"
|
srcdir="${basedir}/@{module}/src/main/java9"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -23,8 +23,6 @@ open module org.apache.poi.ooxml.schemas {
|
||||||
requires java.xml;
|
requires java.xml;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
exports com.microsoft.schemas.compatibility;
|
exports com.microsoft.schemas.compatibility;
|
||||||
exports com.microsoft.schemas.office.drawing.x2008.diagram;
|
exports com.microsoft.schemas.office.drawing.x2008.diagram;
|
||||||
exports com.microsoft.schemas.office.excel;
|
exports com.microsoft.schemas.office.excel;
|
||||||
|
|
Binary file not shown.
|
@ -91,7 +91,6 @@ module org.apache.poi.ooxml {
|
||||||
requires static org.apache.santuario.xmlsec;
|
requires static org.apache.santuario.xmlsec;
|
||||||
requires static org.bouncycastle.provider;
|
requires static org.bouncycastle.provider;
|
||||||
requires static org.bouncycastle.pkix;
|
requires static org.bouncycastle.pkix;
|
||||||
requires static org.codehaus.stax2;
|
|
||||||
|
|
||||||
/* optional dependencies for slideshow rendering via PPTX2PNG */
|
/* optional dependencies for slideshow rendering via PPTX2PNG */
|
||||||
requires static batik.anim;
|
requires static batik.anim;
|
||||||
|
|
Binary file not shown.
|
@ -89,7 +89,6 @@ module org.apache.poi.ooxml {
|
||||||
requires static org.apache.santuario.xmlsec;
|
requires static org.apache.santuario.xmlsec;
|
||||||
requires static org.bouncycastle.provider;
|
requires static org.bouncycastle.provider;
|
||||||
requires static org.bouncycastle.pkix;
|
requires static org.bouncycastle.pkix;
|
||||||
requires static org.codehaus.stax2;
|
|
||||||
|
|
||||||
|
|
||||||
/* optional dependencies for slideshow rendering via PPTX2PNG */
|
/* optional dependencies for slideshow rendering via PPTX2PNG */
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue