Package org.java.plugin.tools.ant
This package contains implementations of various Ant tasks aimed to make usage of JPF much simple and convenient.
-
Class Summary Class Description BaseJpfTask Base class for some JPF related ant tasks.CheckTask The Ant task to perform integrity check of plug-in set.DocTask The Ant task to generate documentation from plug-in manifest.PackTask The ant task for creating plug-ins archive file.PathTask The Ant task to prepare classpath according to plug-in manifest(s) declarations.PluginInfoTask Simple task to read some data from plug-in manifest into project properties.SingleFilePluginTask The Ant task to create "single file" plug-ins.SortTask The Ant task to sort plug-ins and plug-in fragments in correct build order.UnpackTask The ant task for extracting plug-ins from archive.VersionUpdateTask This class can upgrade all version and plugin-version tags in all plugin manifest files, to the latest version specified in a text file (in Java properties format).