Index of /mirrors/apache/commons/jci

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -
[TXT]README.html20-Jun-2007 02:59 1.5K
[TXT]RELEASE_NOTES.txt18-Jun-2007 17:44 64
[DIR]binaries/22-Jun-2008 13:27 -
[   ]commons-jci-current-bin.tar.gz14-Jun-2007 16:30 108K
[TXT]commons-jci-current-bin.tar.gz.asc14-Jun-2007 16:30 186
[   ]commons-jci-current-bin.zip14-Jun-2007 16:30 138K
[TXT]commons-jci-current-bin.zip.asc14-Jun-2007 16:30 186
[   ]commons-jci-current-src.tar.gz14-Jun-2007 16:30 137K
[TXT]commons-jci-current-src.tar.gz.asc14-Jun-2007 16:30 186
[   ]commons-jci-current-src.zip14-Jun-2007 16:30 260K
[TXT]commons-jci-current-src.zip.asc14-Jun-2007 16:30 186
[DIR]source/22-Jun-2008 13:27 -

Commons JCI v1.0

This is the 1.0 version of commons-jci. It is available in both binary and source distributions as well as from the maven repositories.

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 Commons JCI.

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-jci-1.0-bin.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp commons-jci-1.0-bin.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify commons-jci-1.0-bin.tar.gz.asc