*/
protected void postInitialize(File projectFile) {
if (projectFile != null) {
try {
InputStream in = new FileInputStream(projectFile.getCanonicalFile());
map = new MapLoader().loadDataMap(new InputSource(in));
String fileName = resolveSymbolicName(projectFile);
String mapName = (fileName != null && fileName
.endsWith(DataMapFile.LOCATION_SUFFIX))
? fileName.substring(0, fileName.length()