}
// coped from the Modeler ProjectAction.
protected Configuration buildProjectConfiguration(File projectFile) {
ProjectConfiguration config = new ProjectConfiguration(projectFile);
config.setLoaderDelegate(new RuntimeLoadDelegate(config, new ConfigStatus()) {
protected void updateDefaults(DataDomain domain) {
// do nothing...
}