From 9cc498fa5c9d4d2cf4e86b98bb3ddda108cdb887 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Tue, 15 Apr 2014 16:29:05 +0000 Subject: [PATCH] More stax jar removal for Java 6 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587631 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index df9bfc2794..15f6614add 100644 --- a/build.xml +++ b/build.xml @@ -214,7 +214,6 @@ under the License. - @@ -245,7 +244,6 @@ under the License. - @@ -407,7 +405,6 @@ under the License. - @@ -424,10 +421,6 @@ under the License. - - - - @@ -472,7 +465,7 @@ under the License. + classpath="${ooxml.xmlbeans.jar}"/> @@ -511,7 +504,7 @@ under the License. description="Compiles the OOXML encryption xsd files into XmlBeans"> + classpath="${ooxml.xmlbeans.jar}"/> -- 2.39.5