org.antmod.descriptor |
Release descriptors define the contents and library dependencies of a project version, and are made available through this java package along with an Ant task with some core build logic for releases.
|
Java Source File Name | Type | Comment |
DescriptorStore.java | Interface | Represents a storage location for release descriptors. |
DescriptorStoreFactory.java | Class | Provides access to release descriptors, which can come from file system or database
or whatever source is to be used. |
ReleaseDescriptor.java | Class | Represents a release descriptor, with modules and versions in it. |
ReleaseTask.java | Class | Task for running various types of actions against the modules of
a given
ReleaseDescriptor .
Note: Based on original "org.antmod.tasks.Release" class by Herko ter Horst and Klaas Waslander. |