[root]/proposal/myrmidon/src/todo/org/apache/tools/todo/taskdefs/text
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 24 (100.0%) | 16 (100.0%) | 0.6 |
donaldp | 20 (83.3%) | 9 (56.3%) | 0.4 |
adammurdoch | 4 (16.7%) | 7 (43.8%) | 1.7 |
zappity zap
0 lines of code changed in:
Moved a bunch of classes to framework.nativelib:
- Argument
- ArgumentList
- Commandline
- EnvironmentData
- EnvironmentVariable
- Execute
- LoggingExecOutputHandler
1 lines of code changed in:
* Extracted ArgumentList superclass out of Commandline. Changed most usages
of Commandline to use ArgumentList instead.
* Execute now extends Commandline.
- Removed Execute.getCommandline().
- Moved Commandline.getCommandline() down to Execute, and made private.
4 lines of code changed in:
Axed todo.types.FileSet.
1 lines of code changed in:
Added TaskContext.verbose(), and fixed up the usages of info() and warn().
1 lines of code changed in:
Move all but the optional tasks into the hierarchy o.a.t.todo rather than o.a.t.ant so as not to clash with ant1 compatability later
9 lines of code changed in: