mirror of https://github.com/apache/poi.git
XmlBeans generation still needs the original jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735876 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78d19690c8
commit
7df970cb99
|
@ -660,7 +660,7 @@ under the License.
|
||||||
|
|
||||||
<taskdef name="xmlbean"
|
<taskdef name="xmlbean"
|
||||||
classname="org.apache.xmlbeans.impl.tool.XMLBean"
|
classname="org.apache.xmlbeans.impl.tool.XMLBean"
|
||||||
classpath="${ooxml.xmlbeans23.jar}"/>
|
classpath="${ooxml.xmlbeans23.jar}.orig"/>
|
||||||
|
|
||||||
<property name="xmlbean.xsds.dir" location="build/xmlbean-xsds"/>
|
<property name="xmlbean.xsds.dir" location="build/xmlbean-xsds"/>
|
||||||
<property name="xmlbean.sources.dir" location="build/xmlbean-sources"/>
|
<property name="xmlbean.sources.dir" location="build/xmlbean-sources"/>
|
||||||
|
|
Loading…
Reference in New Issue