This directory contains a simple test of the versioning/manifest
API and packaging.

Run the tests by:

% build
% run

It starts appletviewer and displays the attributes of the package.

The correct display is:

Package	    package Test Manifest Version Attributes, version 1.0
specTitle   Test Manifest Version Attributes
specVersion 1.0.1
specVendor  Roger
implTitle   "testing abc"
implVersion 1.0bbb
implVendor  "Sun Microsystems. Inc"
1.0	    Compatible
1.0.1	    Compatible
1.1	    Incompatible
1.0.1.1.1   Incompatible
0.9	    NumberFormatException


It also prints a bunch of stuff for every system packages it finds.

