Path p = cr.createDescriptors();
p.createPath().setLocation(
new File(getFrameworkPath("src/test-data/TestConstructRegistry/master.xml")));
p.createPath().setLocation(
new File(getFrameworkPath("src/test-data/TestConstructRegistry/Symbols.xml")));
File output = File.createTempFile("testUptoDate-", ".xml");
// Delete the file, to force the task to re-create it.