153154155156157158159160161162163164
return entryTable; } public boolean performOk() { try { XMLUtilities xmlUtil = new XMLUtilities(); xmlUtil.writeIncludeEntries(project, incPathList.getItems()); return true; } catch (Exception e) { e.printStackTrace(); return false; }