Index of /dist/commons

Apache Commons Project Distributions

The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the archives.

Important Notices

Icon  Name                             Last modified      Size  Description
[DIR] Parent Directory - [TXT] HEADER.html 02-Sep-2007 15:05 464 [TXT] README.html 01-Dec-2008 16:23 1.4K [   ] commons-scxml-0.5-src.tar.gz 28-Jul-2006 15:23 528K [TXT] commons-scxml-0.5-src.tar.gz.asc 28-Jul-2006 15:26 194 [   ] commons-scxml-0.5-src.zip 28-Jul-2006 15:23 702K [TXT] commons-scxml-0.5-src.zip.asc 28-Jul-2006 15:26 194 [   ] commons-scxml-0.6-src.tar.gz 18-Dec-2006 09:49 588K [TXT] commons-scxml-0.6-src.tar.gz.asc 18-Dec-2006 09:49 194 [   ] commons-scxml-0.6-src.zip 18-Dec-2006 09:49 794K [TXT] commons-scxml-0.6-src.zip.asc 18-Dec-2006 09:49 194 [   ] commons-scxml-0.7-src.tar.gz 20-Dec-2007 15:54 672K [TXT] commons-scxml-0.7-src.tar.gz.asc 20-Dec-2007 15:54 194 [   ] commons-scxml-0.7-src.zip 20-Dec-2007 15:54 910K [TXT] commons-scxml-0.7-src.zip.asc 20-Dec-2007 15:54 194 [   ] commons-scxml-0.8-src.tar.gz 19-May-2008 15:29 679K [TXT] commons-scxml-0.8-src.tar.gz.asc 19-May-2008 15:29 194 [   ] commons-scxml-0.8-src.zip 19-May-2008 15:29 924K [TXT] commons-scxml-0.8-src.zip.asc 19-May-2008 15:29 194 [   ] commons-scxml-0.9-src.tar.gz 01-Dec-2008 16:20 948K [TXT] commons-scxml-0.9-src.tar.gz.asc 01-Dec-2008 16:21 194 [   ] commons-scxml-0.9-src.zip 01-Dec-2008 16:21 1.2M [TXT] commons-scxml-0.9-src.zip.asc 01-Dec-2008 16:21 194

Commons SCXML v0.9

This is the 0.9 release of commons-scxml. 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

See release notes above for details, and website below for API stability.

Thank you for using Commons SCXML,
from the Apache Commons Project http://commons.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/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-scxml-0.9.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp commons-scxml-0.9.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify commons-scxml-0.9.tar.gz.asc