this.project = project;
Preferences pref = new Preferences(project);
IFile adlFile = pref.getArchitectureFile();
if (adlFile == null) {
throw new NoArchitectureException();
}
conf = getArchitectureFromExtensionPoint(adlFile);
// now, the mapping files have to be read...