Browse Source

update some module-info classes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903003 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_3
PJ Fanning 1 year ago
parent
commit
9626dd0661

+ 5
- 1
build.xml View File

@@ -1074,8 +1074,10 @@ under the License.
</filterchain>
</loadresource>

<echo message="Building classes for @{module}"/>

<!-- compile the sources -->
<javac release="8"
<javac
target="${jdk.version.class}"
source="${jdk.version.source}"
destdir="@{classes}"
@@ -1097,6 +1099,8 @@ under the License.
</filterchain>
</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 -->
<javac release="9"
srcdir="${basedir}/@{module}/src/main/java9"

BIN
poi-excelant/src/main/java9/module-info.class View File


BIN
poi-excelant/src/test/java9/module-info.class View File


BIN
poi-ooxml-lite-agent/src/main/java9/module-info.class View File


BIN
poi-ooxml-lite/src/main/java9/module-info.class View File


+ 0
- 2
poi-ooxml-lite/src/main/java9/module-info.java View File

@@ -23,8 +23,6 @@ open module org.apache.poi.ooxml.schemas {
requires java.xml;




exports com.microsoft.schemas.compatibility;
exports com.microsoft.schemas.office.drawing.x2008.diagram;
exports com.microsoft.schemas.office.excel;

BIN
poi-ooxml/src/main/java9/module-info.class View File


+ 0
- 1
poi-ooxml/src/main/java9/module-info.java View File

@@ -91,7 +91,6 @@ module org.apache.poi.ooxml {
requires static org.apache.santuario.xmlsec;
requires static org.bouncycastle.provider;
requires static org.bouncycastle.pkix;
requires static org.codehaus.stax2;

/* optional dependencies for slideshow rendering via PPTX2PNG */
requires static batik.anim;

BIN
poi-ooxml/src/test/java9/module-info.class View File


+ 0
- 1
poi-ooxml/src/test/java9/module-info.java View File

@@ -89,7 +89,6 @@ module org.apache.poi.ooxml {
requires static org.apache.santuario.xmlsec;
requires static org.bouncycastle.provider;
requires static org.bouncycastle.pkix;
requires static org.codehaus.stax2;


/* optional dependencies for slideshow rendering via PPTX2PNG */

BIN
poi-scratchpad/src/main/java9/module-info.class View File


BIN
poi-scratchpad/src/test/java9/module-info.class View File


Loading…
Cancel
Save