[root]/proposal/myrmidon/src/java/org/apache/antlib/extensions
zappity zap
0 lines of code changed in:
Make sure the example works
1 lines of code changed in:
Rework the extension stuff again to deal with extensionSets rather than the other constructs. Also made Extension/ExtensionSet datatypes.
26 lines of code changed in:
Display optional dependencies aswell
12 lines of code changed in:
Extract constant
6 lines of code changed in:
Avoid null pointer by checking to make sure extension is non-null before adding it to manifest
4 lines of code changed in:
Reworked task based on feedback.
Moved all attributes relating to extension into a sub-element "extension"
Renamed "depends" to "dependsfileset"
Renamed "optional" to "optionalfileset"
Added "depends" sub element that are the same as "extension" sub-element
Added "option" sub element that are the same as "extension" sub-element
129 lines of code changed in:
Added support for declaring extra attributes for main section of manifest
40 lines of code changed in:
Add in the first cut of a jarlib-manifest task that generates the manifest according to the Optional Package spec with dependencies included as included in fileset.
203 lines of code changed in:
Make library displayer more useful for debugging other extension/library related tasks
19 lines of code changed in:
Rename extension-display task to jarlib-display because it operated on both extensions and package specifications
5 lines of code changed in:
Write a basic task that prints out extension and package specification data for a library or set of librarys
1 lines of code changed in: