From fc60883a7d58424793fb0824ba0a7a48bfbd3dc4 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 4 Aug 2014 20:40:45 +0000 Subject: [PATCH] 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 --- .classpath | 2 +- build.xml | 32 ++++++++++++++++++++------------ maven/poi-ooxml-schemas.pom | 2 +- 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/.classpath b/.classpath index c7e5d6c838..286f8badad 100644 --- a/.classpath +++ b/.classpath @@ -20,7 +20,7 @@ - + diff --git a/build.xml b/build.xml index 450f99daef..b9e2632d17 100644 --- a/build.xml +++ b/build.xml @@ -150,9 +150,12 @@ under the License. - - + + + @@ -219,7 +222,7 @@ under the License. - + @@ -249,7 +252,7 @@ under the License. - + @@ -427,7 +430,8 @@ under the License. - + + @@ -441,8 +445,12 @@ under the License. - - + + + + + + @@ -488,7 +496,7 @@ under the License. + classpath="${ooxml.xmlbeans23.jar}"/> @@ -527,7 +535,7 @@ under the License. description="Compiles the OOXML encryption xsd files into XmlBeans"> + classpath="${ooxml.xmlbeans23.jar}"/> @@ -1281,7 +1289,7 @@ under the License. - + @@ -1309,7 +1317,7 @@ under the License. - + @@ -1440,7 +1448,7 @@ under the License. - + diff --git a/maven/poi-ooxml-schemas.pom b/maven/poi-ooxml-schemas.pom index 361fe64f3f..baf531d542 100644 --- a/maven/poi-ooxml-schemas.pom +++ b/maven/poi-ooxml-schemas.pom @@ -62,7 +62,7 @@ org.apache.xmlbeans xmlbeans - 2.3.0 + 2.6.0 -- 2.39.5