Index: src/main/resources/scripts/migration/from4_4To4_5/Migration.groovy =================================================================== --- src/main/resources/scripts/migration/from4_4To4_5/Migration.groovy (revision 55696) +++ src/main/resources/scripts/migration/from4_4To4_5/Migration.groovy (working copy) @@ -91,7 +91,7 @@ // 7. Prepare STK templates preProcessSTKTemplates = new PreProcessSTKTemplates(ctx: ctx) preProcessSTKTemplates.doPreProcessOfSTK() -// Add you module name and site def path to the corresponding Collections if needed +// Add your module name and site def path to the corresponding Collections if needed //preProcessSTKTemplates.doPreProcess(stkBasedModules, siteDef) // 8. Transform STK web-sites @@ -101,12 +101,14 @@ // 9. Migration of STK module transformSTKTemplates = new TransformSTKTemplates(ctx: ctx, componentsIdMap:componentsIdMap, pagesIdMap:pagesIdMap, dialogsIdMap:dialogsIdMap) transformSTKTemplates.migrateSTK() -// Add you module name and site def path to the corresponding Collections if needed +// Add your module name and site def path to the corresponding Collections if needed // transformSTKTemplates.migrateModulesAndSiteDef(stkBasedModules, siteDef) // 10. Remove STK's area redundancy remove = new RemoveTemplateToPrototypeRedundancy(ctx: ctx) remove.doSTK() +// Add your module name and site def path to the corresponding Collections if needed +// remove.doOnModules(stkBasedModules, siteDef) // remove class from themes found in the site definitions removeClassFromSTKSiteThemes = new RemoveClassFromSTKSiteThemes() removeClassFromSTKSiteThemes.convertSites()