diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-06-22 21:25:00 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-06-22 21:25:00 +0000 |
commit | d193426a1dfba15641b3ff60c9eaf87d7cdd379d (patch) | |
tree | 337a80499c7ac0b27c67eefe4fc8173fe044adab /.classpath | |
parent | 5bb9ab0609aba63cd16c6ae6edc1fe2797e02c78 (diff) | |
download | poi-d193426a1dfba15641b3ff60c9eaf87d7cdd379d.tar.gz poi-d193426a1dfba15641b3ff60c9eaf87d7cdd379d.zip |
#59268 - Work on providing an updated version of XMLBeans
(imported from https://github.com/apache/poi/pull/113)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834165 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 944cd2142b..e312554be1 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-2.6.0.jar" sourcepath="ooxml-lib/xmlbeans-2.6.0.jar"/> + <classpathentry exported="true" kind="lib" path="ooxml-lib/xmlbeans-3.0.0.jar" sourcepath="ooxml-lib/xmlbeans-3.0.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/curvesapi-1.05.jar"/> |