[root]/proposal/myrmidon/src/test/org/apache/myrmidon/components/workspace
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 6 (100.0%) | 1.0 |
donaldp | 4 (66.7%) | 4 (66.7%) | 1.0 |
adammurdoch | 2 (33.3%) | 2 (33.3%) | 1.0 |
zappity zap
0 lines of code changed in:
Move PropertyResolver and friends into own package hierarchy
4 lines of code changed in:
* Added PropertyResolver service interface, together with 2 implementations.
(One implementation mimics Ant1 behaviour). These are added in the
"workspace" packages, since that's where PropertyUtil was. Not sure if this
is the right place.
* DefaultTaskContext now implements Context interface, used by
PropertyResolver. This avoids having the PropertyResolver dependent on
TaskContext, avoiding a potential circularity problem. (since TaskContext has
a "resolve" method of it's own).
* Removed PropertyUtil.
* Tests for PropertyResolver implementations.
Submitted by Darrell DeBoer [darrell@apache.org]
2 lines of code changed in: