118119120121122123124125126127128
public boolean performOk() { try { XMLUtilities xmlUtil = new XMLUtilities(); xmlUtil.writeIgnoredEntries(project, ignoredPathList.getItems()); return true; } catch (Exception e) { e.printStackTrace();