ProjectAdapter project = new ProjectAdapter(contentProject);
project.addNatures(JavaCore.NATURE_ID, "org.eclipse.wst.common.project.facet.core.nature");
// install bundle facet
project.installFacet("sling.content", "1.0");
project.createOrUpdateFile(Path.fromPortableString("jcr_root/content/testproject/_jcr_content/image/file"),
new ByteArrayInputStream(new byte[0]));
project.createOrUpdateFile(
Path.fromPortableString("jcr_root/content/testproject/_jcr_content/image/file.dir/.content.xml"),