//Add/override properties in the cloned configuration
addConfigurationProperties(newConfig, props);
//Copy the configuration directory from the central repository
EEDomainsManager mgr = new EEDomainsManager();
mgr.copyConfigururation(new RepositoryConfig(),
sourceConfigName, newConfigName);
//Set the name of the newly created standalone configuration and add it to the
//list of configurations
newConfig.setName(newConfigName);