Index of /apache/ws/commons/java5

      Name                                    Last modified      Size  Description
Parent Directory - KEYS 31-May-2006 07:00 1.5K README.html 20-Jun-2006 06:29 1.4K Apache Webservices Common Java 5 Classes 1.0 binaries/ 20-Jun-2006 06:27 - sources/ 20-Jun-2006 06:27 - ws-commons-java5-current-bin.tar.gz 20-Jun-2006 06:26 48K ws-commons-java5-current-bin.tar.gz.asc 20-Jun-2006 06:26 189 ws-commons-java5-current-src.tar.gz 20-Jun-2006 06:26 10K ws-commons-java5-current-src.tar.gz.asc 20-Jun-2006 06:26 189
Apache Webservices Common Java 5 Classes 1.0

Apache Webservices Common Java 5 Classes 1.0.1

This is version 1.0.1 of the common Java 5 classes from the Apache Web Services Project 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.

PGP Signatures

The distribution kits have been digitally signed (using PGP). There will be an accompanying distribution.asc file in the same directory as the distribution. The PGP keys can be found in the distribution directory at http://www.apache.org/dist/ws/commons/java5/KEYS

Always test available signatures, e.g.,

     > pgpk -a KEYS
     > pgpv ws-commons-java5-1.0.1-bin.tar.gz.asc
  

or,

     > pgp -ka KEYS
     > pgp ws-commons-java5-1.0.1-bin.tar.gz.asc
  

or,

     > gpg --import KEYS
     > gpg --verify ws-commons-java5-1.0.1-bin.tar.gz.asc