This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git
commit 28f5204cd394d8e2ccdc53d61d66ddb8805b14fc Author: David Bosschaert <[email protected]> AuthorDate: Wed Oct 31 08:59:14 2018 +0000 SLING-8028 Split FeatureExtensionHandler into MergeHandler and PostProcessor Rename the necessary META-INF/services file. --- ...tensionHandler => org.apache.sling.feature.builder.PostProcessHandler} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/src/main/resources/META-INF/services/org.apache.sling.feature.builder.FeatureExtensionHandler b/src/main/resources/META-INF/services/org.apache.sling.feature.builder.PostProcessHandler similarity index 100% rename from src/main/resources/META-INF/services/org.apache.sling.feature.builder.FeatureExtensionHandler rename to src/main/resources/META-INF/services/org.apache.sling.feature.builder.PostProcessHandler
