|
Packages |
| org.antmod.buildplugin |
Build plugins extend the default build behavior of Antmod's Ant-based build files, this package provides access to the available plugins in the running Antmod installation. |
| org.antmod.conf |
Makes configuration properties available both to Java logic and Ant buildfiles, loading the various kinds of configuration data in the correct order. |
| 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. |
| org.antmod.descriptor.impl |
Contains out-of-the-box release descriptor storage providers, currently being only an XML file based storage provider. |
| org.antmod.scm |
Source Configuration Management layer, making it possible to plugin any kind of repository provider into Antmod. |
| org.antmod.scm.impl |
Contains the out-of-the-box Source Configuration Management repository providers for CVS and Subversion. |
| org.antmod.tasks |
Ant tasks which can be used in the core Ant buildfiles, build plugin's Ant files or "local.build.xml" Ant files inside modules. |
| org.antmod.util |
Contains generic Ant utilities, access to environment variables and a process launcher for easily spawning subprocesses. |