diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2016-03-21 20:44:32 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2016-03-21 20:44:32 +0000 |
commit | 95f959bcc6aec8d16466b2d80903ac95d097a5ab (patch) | |
tree | 0152a0974a06b5140687a2807a6d8a31ece7fa7b /build.xml | |
parent | fe653de0e656256db8bcbef399116d598355b5bc (diff) | |
download | poi-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.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/**"> |