diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-03-20 23:16:13 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-03-20 23:16:13 +0000 |
commit | cb9d33d53d325825323050668e2586e397208d5b (patch) | |
tree | 2dd3c31f8d319ba202401698d0aca56a0e0ef1e5 /.classpath | |
parent | c1dec91b005afa19be9bdec58b78628a2b3f0d55 (diff) | |
download | poi-cb9d33d53d325825323050668e2586e397208d5b.tar.gz poi-cb9d33d53d325825323050668e2586e397208d5b.zip |
use xmlbeans-3.0.3 rc version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855952 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 f17074e3e5..ae21292e04 100644 --- a/.classpath +++ b/.classpath @@ -18,7 +18,7 @@ <classpathentry kind="lib" path="lib/ant-1.10.1.jar"/> <classpathentry kind="lib" path="lib/ant-launcher-1.10.1.jar"/> <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> - <classpathentry exported="true" kind="lib" path="ooxml-lib/xmlbeans-3.0.2.jar" sourcepath="ooxml-lib/xmlbeans-3.0.2.jar"/> + <classpathentry exported="true" kind="lib" path="ooxml-lib/xmlbeans-3.0.3.jar" sourcepath="ooxml-lib/xmlbeans-3.0.3.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/curvesapi-1.05.jar"/> |