/** {@inheritDoc} */
 public IFolder getOutputFolder() {
   IPath outputPath = root.getPath().append(pathMapper.getBaseResourceFolder().getPathString());
   return root.getJavaModel().getWorkspace().getRoot().getFolder(outputPath);
 }