From a3c5fba15c75a1dc74699ffab33a45b57955eda0 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Sun, 17 May 2009 18:38:33 +0000 Subject: [PATCH] Fix bug #46554 - New ant target "jar-examples" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775734 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 15 +++++++++++++++ src/documentation/content/xdocs/changes.xml | 1 + src/documentation/content/xdocs/status.xml | 1 + 3 files changed, 17 insertions(+) diff --git a/build.xml b/build.xml index 20e30590e..6a3b6a057 100644 --- a/build.xml +++ b/build.xml @@ -1098,6 +1098,21 @@ FORREST_HOME environment variable! + + + + + + + + + + + + + + + diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index deaf9f06e..b47b164c8 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -37,6 +37,7 @@ + 46554 - New ant target "jar-examples" 46161 - Support in XSSF for setGroupColumnCollapsed and setGroupRowCollapsed 46806 - Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas 41711 - Base class for "old version" exceptions, and new HSLF detection + use of old versions exception diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 98cc1e251..8d595cbfe 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ + 46554 - New ant target "jar-examples" 46161 - Support in XSSF for setGroupColumnCollapsed and setGroupRowCollapsed 46806 - Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas 41711 - Base class for "old version" exceptions, and new HSLF detection + use of old versions exception