[root]/proposal/myrmidon/src/java/org/apache/antlib/archive
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 42 (100.0%) | 34 (100.0%) | 0.8 |
donaldp | 34 (81.0%) | 26 (76.5%) | 0.7 |
adammurdoch | 6 (14.3%) | 6 (17.6%) | 1.0 |
sbailliez | 2 (4.8%) | 2 (5.9%) | 1.0 |
zappity zap
0 lines of code changed in:
Rename the excalibur packages in prep for release
2 lines of code changed in:
final static --> static final to follow JLS recomendations
3 lines of code changed in:
Move to the external bzip package
2 lines of code changed in:
task:name --> task.name
4 lines of code changed in:
Added TaskContext.verbose(), and fixed up the usages of info() and warn().
2 lines of code changed in:
Ran IDEA's optimise imports.
0 lines of code changed in:
* AbstractTask no longer extends AbstractLogEnabled.
* DefaultExecutor no longer log enables Tasks.
* Added TaskContext.log( LogLevel, ... ) methods.
* Moved LogLevel to myrmidon.api package.
4 lines of code changed in:
sort imports
2 lines of code changed in:
Inline getName() method as it was causing conflicts with some tasks.
SO instead of going getName() need to go getContext().getName()
2 lines of code changed in:
Make sure the archive tasks declare their tasks so that xdoclet can pick up the meta-data
4 lines of code changed in:
- Fix order of modifiers
- Fix duplicate/unecessary imports
- Fix single if/else and loop without block
2 lines of code changed in:
Update location of BZip stuff
2 lines of code changed in:
Move g/b zip stuff into new library
5 lines of code changed in: