Map<String, Map<String, String>> jarsToDeploy =
new HashMap<String, Map<String, String>>();
Map<String, List<String>> filesToDeploy = new HashMap<String, List<String>>();
DeployerChangeSet changeset = new DeployerChangeSet(configurationFileName);
changeset.load();
DeployerProjectUtils.loadSettingsSection("/deployer/settings", configurationXmlDocument, globalSettings);
DeployerProjectUtils.loadProjectsSection(projects, configurationXmlDocument, globalSettings);
DeployerProjectUtils.loadCopySection(configurationXmlDocument, filesToDeploy);
DeployerProjectUtils.loadPostProcessCallUrls(configurationXmlDocument, postProcessCallUrls);