summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2016-03-20 13:15:04 +0000
committerAndreas Beeker <kiwiwings@apache.org>2016-03-20 13:15:04 +0000
commit7df970cb9929172231f4f1da96c7a9f91f6c8a18 (patch)
tree9e9ff732fd5b69785146151487056841f6b8a8b3 /build.xml
parent78d19690c85e2c9b002e9e65d056dbd89e59950a (diff)
downloadpoi-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b4781cd387..7a44dfeb60 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>