Index of /apache/ws/commons/util

      Name                                   Last modified      Size  Description
Parent Directory - KEYS 26-May-2006 07:54 1.5K README.html 20-Jun-2006 06:51 1.3K Apache Webservices Common Utilities 1.0.1 binaries/ 20-Jun-2006 06:48 - sources/ 20-Jun-2006 06:48 - ws-commons-util-current-bin.tar.gz 20-Jun-2006 06:47 119K ws-commons-util-current-bin.tar.gz.asc 20-Jun-2006 06:47 189 ws-commons-util-current-src.tar.gz 20-Jun-2006 06:47 24K ws-commons-util-current-src.tar.gz.asc 20-Jun-2006 06:47 189
Apache Webservices Common Utilities 1.0.1

Apache Webservices Common Utilities 1.0.1

This is version 1.0.1 of the common utilities 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/util/KEYS

Always test available signatures, e.g.,

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

or,

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

or,

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