}
titleClass(build.getPom().name);
loadRuntimeDependencies(build,
new Dependency("mx:pegdown"),
new Dependency("mx:wikitext-core"),
new Dependency("mx:wikitext-twiki"),
new Dependency("mx:wikitext-textile"),
new Dependency("mx:wikitext-tracwiki"),
new Dependency("mx:wikitext-mediawiki"),
new Dependency("mx:wikitext-confluence"),
new Dependency("mx:freemarker"));
Dependency bootstrap = new Dependency("mx:bootstrap");
Dependency jquery = new Dependency("mx:jquery");
Dependency d3js = new Dependency("mx:d3js");
Dependency prettify = new Dependency("mx:prettify");
Dependency less = new Dependency("mx:lesscss-engine");
loadRuntimeDependencies(build, bootstrap, jquery, d3js, prettify, less);
if (doc.outputDirectory.exists()) {
FileUtils.delete(doc.outputDirectory);