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 2020/09/17 00:06:58 UTC

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

Author: kiwiwings
Date: Thu Sep 17 00:06:58 2020
New Revision: 1881779

URL: http://svn.apache.org/viewvc?rev=1881779&view=rev
Log:
XmlBeans is now generating Java 1.8 based files - javasources option is not available anymore

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1881779&r1=1881778&r2=1881779&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Sep 17 00:06:58 2020
@@ -779,14 +779,12 @@ under the License.
                  classname="org.apache.xmlbeans.impl.tool.XMLBean"
                  classpath="${ooxml.xmlbeans.jar}"/>
 
-        <!-- javasource > 1.5 will not generate all array accessor -->
         <xmlbean
             schema="${xmlbean.xsds.dir}"
             srcgendir="${xmlbean.sources.dir}"
             classgendir="${xmlbean.classes.dir}"
             destfile="${xmlbean.xsds.dir}.jar"
             srconly="true"
-            javasource="1.5"
             failonerror="true"
             fork="true"
             memoryMaximumSize="${ooxml.memory}"



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