org.java.plugin.tools.ant |
This package contains implementations of various Ant tasks aimed to make usage of JPF much simple and convenient.
|
Java Source File Name | Type | Comment |
BaseJpfTask.java | Class | Base class for some JPF related ant tasks. |
CheckTask.java | Class | The Ant task to perform integrity check of plug-in set. |
DocTask.java | Class | The Ant task to generate documentation from plug-in manifest. |
PackTask.java | Class | The ant task for creating plug-ins archive file. |
PathTask.java | Class | The Ant task to prepare classpath according to plug-in manifest(s)
declarations. |
PluginInfoTask.java | Class | Simple task to read some data from plug-in manifest into project properties. |
SingleFilePluginTask.java | Class | The Ant task to create "single file" plug-ins. |
SortTask.java | Class | The Ant task to sort plug-ins and plug-in fragments in correct build order. |
UnpackTask.java | Class | The ant task for extracting plug-ins from archive. |
VersionUpdateTask.java | Class |
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). |