protected Factory<AntBuilder> createAntBuilderFactory() {
return new DefaultAntBuilderFactory(new AntLoggingAdapter(), project);
}
protected PluginContainer createPluginContainer() {
return new DefaultProjectsPluginContainer(get(PluginRegistry.class), project);
}