Description
Current implementation of PluginService relies on a XMLParser to find :
- targets / phases
- parameter (property, path)
- other properties
As we plan to support easyant plugin written in many languages (Groovy, Java), XMLParser seems to be not adapted. Fortunatly Ant's api seems to provide all we need.