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:09 UTC

[sling-org-apache-sling-scripting-sightly-js-provider] 04/06: 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.js.provider-1.0.18
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-js-provider.git

commit 66a4bdbd63c3ac4f5075eea87240e2b0da295809
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/js-use-provider@1774436 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/scripting/sightly/js/impl/JsUseProvider.java  | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/main/java/org/apache/sling/scripting/sightly/js/impl/JsUseProvider.java b/src/main/java/org/apache/sling/scripting/sightly/js/impl/JsUseProvider.java
index 6a087ee..ef8d035 100644
--- a/src/main/java/org/apache/sling/scripting/sightly/js/impl/JsUseProvider.java
+++ b/src/main/java/org/apache/sling/scripting/sightly/js/impl/JsUseProvider.java
@@ -53,15 +53,8 @@ import org.slf4j.LoggerFactory;
                 Constants.SERVICE_RANKING + ":Integer=80"
         }
 )
-@Designate(
-        ocd = JsUseProvider.Configuration.class
-)
 public class JsUseProvider implements UseProvider {
 
-    @ObjectClassDefinition(
-            name = "Apache Sling Scripting HTL JavaScript Use Provider Configuration",
-            description = "HTL JavaScript 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>.