Explorar el Código

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
tags/before_ooxml_3rd_edition
Andreas Beeker hace 3 años
padre
commit
3070369b3a
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      build.xml

+ 0
- 2
build.xml Ver fichero

@@ -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}"

Cargando…
Cancelar
Guardar