diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-09-17 00:06:58 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-09-17 00:06:58 +0000 |
commit | 3070369b3af19b5d7165478002a08c07a10f1929 (patch) | |
tree | a95c4deb246b1ee40331a64e6e145d64dcc75e9b | |
parent | 8acb3adab90b6212a4e1b4e3ab224f2f613cef5b (diff) | |
download | poi-3070369b3af19b5d7165478002a08c07a10f1929.tar.gz poi-3070369b3af19b5d7165478002a08c07a10f1929.zip |
XmlBeans is now generating Java 1.8 based files - javasources option is not available anymore
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881779 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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}" |