[root]/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/archive
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 55 (100.0%) | 518 (100.0%) | 9.4 |
donaldp | 46 (83.6%) | 478 (92.3%) | 10.3 |
adammurdoch | 9 (16.4%) | 40 (7.7%) | 4.4 |
zappity zap
0 lines of code changed in:
Don't call setDebug() 'cause it doesn't exist any more.
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.
38 lines of code changed in:
* Moved FileNameMapper to framework. Got rid of setTo() and setFrom()
from the interface, as these are no longer needed.
* Changed tasks to accept a FileNameMapper directly, rather than using Mapper.
* Removed the 'flatten' attribute from the <copy> task.
* Removed the 'ext' attribute from the <native2ascii> task.
* Removed Mapper and MapperType.
* Moved <flatten> mapper to antlib.
* Made ExtMapper available as <map-extension> and moved to antlib.
* Added <prefix> mapper, to apply a fixed prefix to names.
* Added <chain> mapper, to apply a chain of mappers to names.
* Added <mapped-fileset>, a fileset that transforms nested filesets using a mapper.
2 lines of code changed in:
Move manifest stuff back into old tree
2 lines of code changed in:
Fix javadoc errors
2 lines of code changed in:
Remove some audit warnings
27 lines of code changed in:
Move manifestUtil into aut package
1 lines of code changed in:
STart to move the ant-indepenet manifest stuff into aut
1 lines of code changed in:
Started some massive refactoring of the Manifest classes so that eventually they can be completely decoupled from ant
14 lines of code changed in:
Move manifest to a separate package
2 lines of code changed in:
Style touchups
9 lines of code changed in:
Minor touchups
38 lines of code changed in:
Don't modify parameters
10 lines of code changed in:
Made Expand archive-agnostic and the subclasses (Unzip/Untar) are the only ones that know about the specifics of a particular archive
10 lines of code changed in:
Cleanup the expand related classes a lil more
39 lines of code changed in:
Cleanup the expand related classes
128 lines of code changed in:
Move zip/tar related archiving and un-archiving classes into new package
195 lines of code changed in: