[root]/proposal/embed/src/java/org/apache/tools/ant/taskdefs
optional
(5 files, 701 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 1002 (100.0%) | 58.9 |
costin | 10 (58.8%) | 999 (99.7%) | 99.9 |
peterreilly | 6 (35.3%) | 2 (0.2%) | 0.3 |
bodewig | 1 (5.9%) | 1 (0.1%) | 1.0 |
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
0 lines of code changed in:
change access levels of methods to match new access levels in Definer
2 lines of code changed in:
Remove email address from sources
1 lines of code changed in:
Same attributes names as in ant1.6
5 lines of code changed in:
Allow multiple <systemPath> ( system path is used to add more stuff
to the 'main' loader - for example to add junit.jar so that
<junit> optional task can work )
13 lines of code changed in:
Description implementation ( as a regular task ).
91 lines of code changed in:
Removed ServiceDiscoveryTask ( for now ).
Added an experimental TaskDiscovery that will use commons-discovery
to find tasks using the ProjectComponentFactory hook.
This is just to play with different antlib mechanisms.
0 lines of code changed in:
Moved XMLDOM to taskdefs. There is no difference between type and
task any more, and it may do some active stuff in execute()
139 lines of code changed in:
Moved from discovery - it'll be the start on discovering the tasks.
0 lines of code changed in:
Add JXPath and a modified Taskdef that uses the 'system path'.
Remove debugging message.
350 lines of code changed in:
One more try :-)
401 lines of code changed in: