Pack200 ant-task

This contains a free ant Pack200 tasks. Pack200 is a compresion
format introduced in Java 5, aka jdk 1.5.0. The ant-tasks makes
the job of compressing jars easier and faster. It requires the use
jdk 1.5.0 or better.


Directory and Files:

src : contains the sources for the ant-task.
doc : contains an html ant style doc
make : contains the build.xml file, it builds the task and shows
       how to use the pack200 task, as a series of tests.
   
Pack200Task.jar : contains the pre-compiled implementation

Please send any comments to kumar2s@java.net.

