Path p = cr.createDescriptors();
p.createPath().setLocation(
new File(getFrameworkPath("src/test-data/TestConstructRegistry/master.sdl")));
p.createPath().setLocation(
new File(getFrameworkPath("src/test-data/TestConstructRegistry/empty.jar")));
p.createPath().setLocation(
new File(getFrameworkPath("src/test-data/TestConstructRegistry/module.jar")));
File output = File.createTempFile("testJars-", ".xml");