]> source.dussan.org Git - poi.git/commitdiff
XmlBeans is now generating Java 1.8 based files - javasources option is not available...
authorAndreas Beeker <kiwiwings@apache.org>
Thu, 17 Sep 2020 00:06:58 +0000 (00:06 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Thu, 17 Sep 2020 00:06:58 +0000 (00:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881779 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index ab3ab5740d09a9025fb17c7dd6bbb66f68354c0d..1cf5568a48a87baba5a84bfd069668e4b9bbd994 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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}"