summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2016-03-21 20:44:32 +0000
committerAndreas Beeker <kiwiwings@apache.org>2016-03-21 20:44:32 +0000
commit95f959bcc6aec8d16466b2d80903ac95d097a5ab (patch)
tree0152a0974a06b5140687a2807a6d8a31ece7fa7b /build.xml
parentfe653de0e656256db8bcbef399116d598355b5bc (diff)
downloadpoi-95f959bcc6aec8d16466b2d80903ac95d097a5ab.tar.gz
poi-95f959bcc6aec8d16466b2d80903ac95d097a5ab.zip
another gump run fix (... try)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 7a44dfeb60..fd66e4fd6f 100644
--- a/build.xml
+++ b/build.xml
@@ -690,7 +690,9 @@ under the License.
noupa="@{noupa}"
nopvr="@{nopvr}"
>
- <classpath refid="ooxml.classpath"/>
+ <classpath>
+ <path location="${ooxml.xmlbeans23.jar}.orig"/>
+ </classpath>
</xmlbean>
<replace dir="${xmlbean.sources.dir}" includes="**/*.java" excludes="**/impl/**">