This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-models-provider.git
commit 5de9f365e9eea7c3427cacfed3c071a52fedd149 Author: Radu Cotescu <[email protected]> AuthorDate: Thu Dec 15 13:23:23 2016 +0000 SLING-6390 - Remove metatype info for some HTL OSGi configurations * removed metatype annotations; components can still be configured via sling:OsgiConfig nodes or directly through the ConfigurationAdmin git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1774436 13f79535-47bb-0310-9956-ffa450edef68 --- .../scripting/sightly/models/impl/SlingModelsUseProvider.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java b/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java index 2cbee26..1a4104e 100644 --- a/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java +++ b/src/main/java/org/apache/sling/scripting/sightly/models/impl/SlingModelsUseProvider.java @@ -69,15 +69,8 @@ import org.slf4j.LoggerFactory; Constants.SERVICE_RANKING + ":Integer=95" } ) -@Designate( - ocd = SlingModelsUseProvider.Configuration.class -) public class SlingModelsUseProvider implements UseProvider { - @ObjectClassDefinition( - name = "Apache Sling Scripting HTL Sling Models Use Provider Configuration", - description = "HTL Sling Models Use Provider configuration options" - ) @interface Configuration { @AttributeDefinition( -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
