9899100101102103104105106107
for (File source : pp.sources) addSourceFolder(source); for (Library library : pp.libraries) library.addTo(this); } catch (ParserConfigurationException e) { throw new IOException2(e); } catch (SAXException e) { throw new IOException2(e); } }
141142143144145146147148149150
else return new File(baseDir,path); } }); } catch (SAXException e) { throw new IOException2(e); } catch (ParserConfigurationException e) { throw new IOException2(e); } }