diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-07-05 11:01:52 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-07-05 11:01:52 +0000 |
commit | 196f9f69d2a68ea3819804db76441a05bb1e36fb (patch) | |
tree | 7fcc2323f2e561778b276c7d5718cdcda13203a0 | |
parent | 31bd7852c79fb95019b667ce6e8d4566123fdcf0 (diff) | |
download | poi-196f9f69d2a68ea3819804db76441a05bb1e36fb.tar.gz poi-196f9f69d2a68ea3819804db76441a05bb1e36fb.zip |
revert accidental build change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879519 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -400,8 +400,7 @@ under the License. </path> <path id="ooxml.classpath"> -<pathelement location="/Users/pj.fanning/code/poi-5.0.0-SNAPSHOT/poi-ooxml-schemas-5.0.0-SNAPSHOT.jar"/> - <!-- <pathelement location="${ooxml.xsds.jar}"/> --> + <pathelement location="${ooxml.xsds.jar}"/> <path refid="ooxml.base.classpath"/> <path refid="batik.classpath"/> </path> |