[root]/src/main/org/apache/tools/ant/taskdefs/optional/extension/resolvers
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 40 (100.0%) | 664 (100.0%) | 16.6 |
donaldp | 2 (5.0%) | 163 (24.5%) | 81.5 |
umagesh | 3 (7.5%) | 145 (21.8%) | 48.3 |
bodewig | 8 (20.0%) | 121 (18.2%) | 15.1 |
peterreilly | 6 (15.0%) | 115 (17.3%) | 19.1 |
conor | 6 (15.0%) | 66 (9.9%) | 11.0 |
antoine | 10 (25.0%) | 47 (7.1%) | 4.7 |
stevel | 2 (5.0%) | 6 (0.9%) | 3.0 |
jkf | 3 (7.5%) | 1 (0.2%) | 0.3 |
copy2license.pl
18 lines of code changed in:
removed lines with $Revision: x.y $ lines (after verification)
1 lines of code changed in:
This commit eliminates all (but one) use of Project.createTask("some name") from the codebase. It also sets up all created tasks using the new Task.bindToOwner call.
I'm tempted to retrofit Task.bindToOwner back to the 1.6.x codebase, for the benefit of third party tasks; same for the extra constructors for exec and java. Thoughts?
6 lines of code changed in:
checkstyle changes
Obtained from: Kevin Jackson
115 lines of code changed in:
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
0 lines of code changed in:
Copyright owner is The Apache Software Foundation
3 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
6 lines of code changed in:
Switch to Apache Software License 2.0
36 lines of code changed in:
Style
Submitted by: Larry Shatzer (larry dot shatzer at spirent dot com)
2 lines of code changed in:
style
33 lines of code changed in:
style
33 lines of code changed in:
Remove Jakarta Project from license
3 lines of code changed in:
Merge changes made to 1.5 Beta1.
145 lines of code changed in:
Fix License
100 lines of code changed in:
Add in a resolver task.
The resolver takes an extension and a set of operations that can be
used to get library coresponding to specified extension. The task
will run through each operation until required extension is found.
163 lines of code changed in: