305306307308309310311312
new QualifiedName("", PATH_MAPPINGS)); } catch (CoreException e) { // TODO Auto-generated catch block e.printStackTrace(); } pathData = new CFMappings(storedPaths); }
325326327328329330331332333334
return composite; } protected void performDefaults() { //the default is {/=/<project name>} CFMappings map = new CFMappings("{/=/" + ((IResource) getElement()).getName() + "}"); pathData = map; fillTable(); }