[root]/proposal/myrmidon/src/todo/org/apache/tools/ant/util/mappers
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 79 (100.0%) | 3.4 |
donaldp | 19 (82.6%) | 46 (58.2%) | 2.4 |
adammurdoch | 4 (17.4%) | 33 (41.8%) | 8.2 |
zappity zap
0 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.
33 lines of code changed in:
Die ProjectComponent die!
0 lines of code changed in:
Moved toURL from Path to PathUtils
2 lines of code changed in:
Cleanup up Path object by makign PathElement a top level class and by removing the create() methods and replacing them wiuth adder methods.
Also moved some of the static methods (particularly path parsing) into FileUtils).
4 lines of code changed in:
Move Mapper adaptor and friends to mapper package
1 lines of code changed in:
Move mappers into their own package
39 lines of code changed in: