// TODO: Eventually the phase to be executed should be passed in by the PC when it calls us.
// TODO: Invoke STOP phase.
// TODO: Invoke START phase.
List<BuildListener> buildListeners = new ArrayList();
LoggerAntBuildListener logger = new LoggerAntBuildListener(null, logFileOutput, Project.MSG_DEBUG);
buildListeners.add(logger);
DeploymentAuditorBuildListener auditor = new DeploymentAuditorBuildListener(
request.getBundleManagerProvider(), resourceDeployment);
buildListeners.add(auditor);