mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
8acb3adab9
commit
3070369b3a
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue