diff options
author | Dustin Spicuzza <virtuald@apache.org> | 2015-10-07 02:41:30 +0000 |
---|---|---|
committer | Dustin Spicuzza <virtuald@apache.org> | 2015-10-07 02:41:30 +0000 |
commit | b593db9dfe358ed06e6cc9f7d659a91d99337209 (patch) | |
tree | 0eca10800ad3746685112b9f4a75f71cd85f97ad /.classpath | |
parent | 15c4dc67fe348877cc2ebf608d14b4f4824aabbb (diff) | |
download | poi-b593db9dfe358ed06e6cc9f7d659a91d99337209.tar.gz poi-b593db9dfe358ed06e6cc9f7d659a91d99337209.zip |
Bug 58048: Add visio schemas to the OOXML jar
- Bumped OOXML jar version also
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1707177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 5efa12f1e2..b7be443674 100644 --- a/.classpath +++ b/.classpath @@ -23,7 +23,7 @@ <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.6.0.jar"/> <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> <classpathentry kind="lib" path="lib/junit-4.12.jar"/> - <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar" sourcepath="ooxml-lib/ooxml-schemas-1.1-sources.jar"/> + <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.2.jar" sourcepath="ooxml-lib/ooxml-schemas-1.2-sources.jar"/> <classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.0.jar" sourcepath="ooxml-lib/ooxml-security-1.0-sources.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="compile-lib/slf4j-api-1.7.7.jar"/> |