diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-07-05 09:39:09 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-07-05 09:39:09 +0000 |
commit | 31bd7852c79fb95019b667ce6e8d4566123fdcf0 (patch) | |
tree | 2e642c27fff10ce55dcf7a53038f0d295f2ff296 /build.xml | |
parent | 1c5ba18ac099cdee10d2f5a704a5ba8ad760bf28 (diff) | |
download | poi-31bd7852c79fb95019b667ce6e8d4566123fdcf0.tar.gz poi-31bd7852c79fb95019b667ce6e8d4566123fdcf0.zip |
try to fix issue with missing classes in poi-ooxml-schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -400,7 +400,8 @@ under the License. </path> <path id="ooxml.classpath"> - <pathelement location="${ooxml.xsds.jar}"/> +<pathelement location="/Users/pj.fanning/code/poi-5.0.0-SNAPSHOT/poi-ooxml-schemas-5.0.0-SNAPSHOT.jar"/> + <!-- <pathelement location="${ooxml.xsds.jar}"/> --> <path refid="ooxml.base.classpath"/> <path refid="batik.classpath"/> </path> |