Index of /apache/jakarta/commons/jelly

Icon  Name                                 Last modified      Size  Description
[DIR] Parent Directory - Jakarta project [DIR] binaries/ 14-Jun-2007 10:52 - Jakarta project [DIR] source/ 14-Jun-2007 10:52 - Jakarta project [TXT] KEYS 21-Jun-2006 15:42 5.5K Jakarta project [TXT] RELEASE-NOTES.txt 16-Jun-2005 08:37 679 Jakarta project [   ] commons-jelly-current-src.tar.gz 16-Jun-2005 08:16 171K Jakarta project [TXT] commons-jelly-current-src.tar.gz.asc 16-Jun-2005 08:16 186 Jakarta project [   ] commons-jelly-current-src.zip 16-Jun-2005 08:17 348K Jakarta project [TXT] commons-jelly-current-src.zip.asc 16-Jun-2005 08:17 186 Jakarta project [   ] commons-jelly-current.tar.gz 16-Jun-2005 08:19 3.2M Jakarta project [TXT] commons-jelly-current.tar.gz.asc 16-Jun-2005 08:19 186 Jakarta project [   ] commons-jelly-current.zip 16-Jun-2005 08:22 4.1M Jakarta project [TXT] commons-jelly-current.zip.asc 16-Jun-2005 08:22 186 Jakarta project

Commons-Jelly v1.0

This is the 1.0 version of commons-jelly. It is available in both binary and source distributions.

Note: The tar files in the distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar. The version of tar on Solaris and Mac OS X will not work with these files

Changes

The changes in this release are detailed in the release notes.

Thank you for using Jelly.

From the Apache Jakarta Project
http://jakarta.apache.org/

Signatures

Many of the files have been digitally signed using GnuPG. If so, there will be an accompanying file.asc signature file in the same directory as the file (binaries/ or source/). The signing keys can be found in the distribution directory at <http://www.apache.org/dist/jakarta/commons/KEYS>.

Always download the KEYS file directly from the Apache site, never from a mirror site.

Always test available signatures, e.g.,
$ pgpk -a KEYS
$ pgpv commons-jelly-1.0.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp commons-jelly-1.0.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify commons-jelly-1.0.tar.gz.asc