private void createPluginManifest(int i, String pFolderPath)
throws IOException {
FileWriter out = new FileWriter(pFolderPath + File.separator
+ "plugin.xml");
Document document = DocumentFactory.getInstance().createDocument();
document.addComment("this is just a simple plugin for testing issues.");
Element pluginElement = document.addElement("nutch-plugin")
.addAttribute("id", "net.nutch.plugin." + i).addAttribute(
getGetConfigElementName(), "" + i).addAttribute(
"version", "1.0")
.addAttribute("provider-name", "joa23").addAttribute("class",