You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2018/11/18 11:06:29 UTC

svn commit: r1846824 - /poi/trunk/build.xml

Author: kiwiwings
Date: Sun Nov 18 11:06:28 2018
New Revision: 1846824

URL: http://svn.apache.org/viewvc?rev=1846824&view=rev
Log:
#62921 - Provide OOXMLLite alternative for Java 12+

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1846824&r1=1846823&r2=1846824&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Nov 18 11:06:28 2018
@@ -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}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org