summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-09-17 00:06:58 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-09-17 00:06:58 +0000
commit3070369b3af19b5d7165478002a08c07a10f1929 (patch)
treea95c4deb246b1ee40331a64e6e145d64dcc75e9b
parent8acb3adab90b6212a4e1b4e3ab224f2f613cef5b (diff)
downloadpoi-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.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index ab3ab5740d..1cf5568a48 100644
--- 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}"