You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:12:13 UTC

[sling-org-apache-sling-scripting-sightly-models-provider] 03/05: SLING-6390 - Remove metatype info for some HTL OSGi configurations

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.models.provider-1.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-models-provider.git

commit 399bac6c3055c5c20eb6a6f5b2cdb0697d8074ec
Author: Radu Cotescu <ra...@apache.org>
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/bundles/scripting/sightly/models-use-provider@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
"commits@sling.apache.org" <co...@sling.apache.org>.