- allows regular expressions into the target dependencies - allows the final .* and .*. expressions into the dependencies . a final .* is replaced by the '\.[^.]*$' . a .*. is replaced by '\.[^.]*\.' - uses the [...].ant.util.regexp.RegexpMatcher class - disabled if no supported regular expression matcher is found - fails if no targets match the given expression - sorts the matching targets by the alphabetical order
Created attachment 9642 [details] changes Project and Target to resolve dependencies with a reg exp