The META-INF/services directory contains what should be the only non-JAR data for the applet.
The reason this directory is not JArred up is that the Java jarsigner will not sign entries in this directory,
and hence the jar file will not be completely signed, causing problems for programs such as Web Start
that authenticate the Bluejay jars before execution.

-Paul Gordon 2004-07-12
