File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,13 @@ def varFolder = new File("$uiContentPackage/src/main/content/jcr_root/var")
38
38
if (aemVersion. startsWith(" 6.4" )){
39
39
// remove json config files with ~ in naming as they are not compatible with 6.4.8.2
40
40
assert new File (" $configFolder /config/org.apache.sling.commons.log.LogManager.factory.config~${ appId} .cfg.json" ). delete()
41
- assert new File (" $configFolder /config/org.apache.sling.jcr.repoinit.RepositoryInitializer~${ appId} .cfg.json" ). delete()
42
41
assert new File (" $configFolder /config.author/com.day.cq.wcm.mobile.core.impl.MobileEmulatorProvider~${ appId} .cfg.json" ). delete()
43
42
assert new File (" $configFolder /config.prod/org.apache.sling.commons.log.LogManager.factory.config~${ appId} .cfg.json" ). delete()
44
43
assert new File (" $configFolder /config.stage/org.apache.sling.commons.log.LogManager.factory.config~${ appId} .cfg.json" ). delete()
45
44
assert new File (" $configFolder /config.publish/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.cfg.json" ). delete()
46
45
} else {
47
46
// remove the old style config files
48
47
assert new File (" $configFolder /config/org.apache.sling.commons.log.LogManager.factory.config-${ appId} .config" ). delete()
49
- assert new File (" $configFolder /config/org.apache.sling.jcr.repoinit.RepositoryInitializer-${ appId} .config" ). delete()
50
48
assert new File (" $configFolder /config.author/com.day.cq.wcm.mobile.core.impl.MobileEmulatorProvider-${ appId} .config" ). delete()
51
49
assert new File (" $configFolder /config.prod/org.apache.sling.commons.log.LogManager.factory.config-${ appId} .config" ). delete()
52
50
assert new File (" $configFolder /config.stage/org.apache.sling.commons.log.LogManager.factory.config-${ appId} .config" ). delete()
You can’t perform that action at this time.
0 commit comments