diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2016-03-20 13:15:04 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2016-03-20 13:15:04 +0000 |
commit | 7df970cb9929172231f4f1da96c7a9f91f6c8a18 (patch) | |
tree | 9e9ff732fd5b69785146151487056841f6b8a8b3 /build.xml | |
parent | 78d19690c85e2c9b002e9e65d056dbd89e59950a (diff) | |
download | poi-7df970cb9929172231f4f1da96c7a9f91f6c8a18.tar.gz poi-7df970cb9929172231f4f1da96c7a9f91f6c8a18.zip |
XmlBeans generation still needs the original jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735876 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -660,7 +660,7 @@ under the License. <taskdef name="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.sources.dir" location="build/xmlbean-sources"/> |