From 5b2c90e40689a67375a745777df729cd9a7f8324 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Tue, 15 Apr 2014 15:19:30 +0000 Subject: [PATCH] Now that we require Java 1.6, we no longer need to include the STAX-API jar as JRE 1.6 has it build in git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587605 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 1 - build.xml | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.classpath b/.classpath index adf17b95af..19c290b734 100644 --- a/.classpath +++ b/.classpath @@ -19,7 +19,6 @@ - diff --git a/build.xml b/build.xml index 672b054e68..df9bfc2794 100644 --- a/build.xml +++ b/build.xml @@ -40,7 +40,7 @@ under the License. To build the documentation you will need to install forrest and set the FORREST_HOME environment variable. Forrest 0.5.1 required. - Since POI 3.5 you will need JDK 1.5 or newer to build POI. + You currently need JDK 1.6 or newer to build POI. Some people may find the tests hang when run through Ant. If this happens to you, try giving Ant some more memory when you run it, eg: @@ -149,8 +149,6 @@ under the License. - - @@ -1257,7 +1255,6 @@ under the License. - @@ -1286,7 +1283,6 @@ under the License. - @@ -1419,7 +1415,6 @@ under the License. - -- 2.39.5