diff --git a/build.xml b/build.xml index f17bb7375..4630752b5 100644 --- a/build.xml +++ b/build.xml @@ -93,7 +93,7 @@ under the License. - + @@ -300,7 +300,7 @@ under the License. - + @@ -2124,8 +2124,8 @@ under the License. - - + + @@ -2402,12 +2402,15 @@ under the License. - - + + + + + + + + + + + + + + + + + + + + + + + + var bytes = Number(attributes.get("bytes")); + var mega = String((bytes/(1024.0*1024.0)).toFixed(2)); + project.setProperty(attributes.get("property"), mega); + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${rel_date} - POI ${version.id} available +

The Apache POI team is pleased to announce the release of ${version.id}. + Featured are a handful of new areas of functionality and numerous bug fixes.

+

A summary of changes is available in the + Release Notes. + A full list of changes is available in the change log. + People interested should also follow the dev list + to track progress.

+

+ The POI source release as well as the pre-built binary deployment packages are listed below. + Pre-built versions of all POI components + are available in the central Maven repository under Group ID "org.apache.poi" and Version + "${version.id}". +

+
Binary Distribution +
    +
  • poi-bin-${version.id}-${file_date}.tar.gz + (${bin-tar-size} MB, signed) +
    + MD5 checksum: + ${bin-tar-md5} +
    + SHA1 checksum: + ${bin-tar-sha1} +
  • +
  • poi-bin-${version.id}-${file_date}.zip + (${bin-zip-size} MB, signed) +
    + MD5 checksum: + ${bin-zip-md5} +
    + SHA1 checksum: + ${bin-zip-sha1} +
  • +
+
+
Source Distribution +
    +
  • poi-src-${version.id}-${file_date}.tar.gz + (${src-tar-size} MB, signed) +
    + MD5 checksum: + ${src-tar-md5} +
    + SHA1 checksum: + ${src-tar-sha1} +
  • +
  • poi-src-${version.id}-${file_date}.zip + (${src-zip-size} MB, signed) +
    + MD5 checksum: + ${src-zip-md5} +
    + SHA1 checksum: + ${src-zip-sha1} +
  • +
+
+ +]]>
+