protected void deployFiles(Properties props) throws IOException {
ModuleManager mm = ModuleManager.getModuleManager();
// first tell the module manager to remove any modules scheduled for
// removal
mm.uninstallAll();
// next tell the module manager to install any pending modules
mm.installAll();
// then call the super class's deployFiles() method, which will