diff options
author | Nick Burch <nick@apache.org> | 2014-08-04 20:40:45 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2014-08-04 20:40:45 +0000 |
commit | fc60883a7d58424793fb0824ba0a7a48bfbd3dc4 (patch) | |
tree | ffe46878ccce94cada0770cb908a320a61bfac76 /.classpath | |
parent | 69015a079eeb351c95c9aed6da03a0647f664dac (diff) | |
download | poi-fc60883a7d58424793fb0824ba0a7a48bfbd3dc4.tar.gz poi-fc60883a7d58424793fb0824ba0a7a48bfbd3dc4.zip |
Change the default XMLBeans version used for running to be 2.6, leave 2.3 for compiling the schemas (for maximum compatibility)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615780 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 c7e5d6c838..286f8badad 100644 --- a/.classpath +++ b/.classpath @@ -20,7 +20,7 @@ <classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/> <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> <classpathentry kind="lib" path="ooxml-lib/dom4j-1.6.1.jar"/> - <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.3.0.jar"/> + <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.11.jar"/> <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar" sourcepath="ooxml-lib/ooxml-schemas-src-1.1.jar"/> |