]> source.dussan.org Git - poi.git/commitdiff
#62921 - Provide OOXMLLite alternative for Java 12+
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 18 Nov 2018 11:06:28 +0000 (11:06 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 18 Nov 2018 11:06:28 +0000 (11:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846824 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 89f0423e78d31e3c1b2344bddc54aba77d42e0a7..cdb28bd055ac43fb2d7d07cf2d3bbc08994e13eb 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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}"/>