add installed message at the end of a plugin installation

This commit is contained in:
kimchy 2011-05-28 18:54:45 +03:00
parent 4004406c11
commit 94434a7522

View File

@ -189,6 +189,8 @@ public class PluginManager {
tmpLocation.renameTo(site);
}
}
System.out.println("Installed " + name);
}
public void removePlugin(String name) throws IOException {