}
//temp = File.createTempFile(moduleName, suffix);
File tempJar = new File(targetDir, moduleName + suffix);
String path = tempJar.getAbsolutePath();
//temp.delete();
OutputJarArchive targetModule = (OutputJarArchive)jaf.createArchive(path);
logger.fine(stringManager.getString("upgrade.deployment.addingInfoMsg") + targetModule.getArchiveUri());
e = farc.entries();
while(e.hasMoreElements()) {
String entry = (String)e.nextElement();
InputStream in = farc.getEntry(entry);