// path relative to the src directory
String relpath = f.getPath().replaceAll(this.srcDir.getAbsolutePath(), "");
// Check if collXml contains information for this file
XMLDocument repoXml = new XMLDocument(collXml);
if (repoXml.getNode("/collection/entry[@id='" + relpath + "']") == null)
return false;
UUID uuid = UUID.randomUUID();
File resourceXml = null;
ImageInfo imageInfo = null;