#62921 - Provide OOXMLLite alternative for Java 12+

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846824 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2018-11-18 11:06:28 +00:00
parent 87a811997e
commit 4acbc16f93
1 changed files with 1 additions and 1 deletions

View File

@ -1969,7 +1969,7 @@ under the License.
</sequential>
</macrodef>
<target name="jar" depends="compile, compile-version, -manifest" description="Creates jar files for distribution">
<target name="jar" depends="compile, compile-version, compile-ooxml-lite, -manifest" description="Creates jar files for distribution">
<maven-jar src="${main.output.dir}"/>
<maven-jar src="${scratchpad.output.dir}"/>
<maven-jar src="${ooxml.output.dir}"/>