private IvyDependency currentPluginDependency;
public EasyAntParser(ModuleDescriptorParser parser, ParserSettings ivySettings) {
super(parser, ivySettings);
easyAntState = EasyAntState.NONE;
easyAntModuleDescriptor = new DefaultEasyAntDescriptor();
easyantPrefix = "";
}