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

[sling-org-apache-sling-jcr-repoinit] 06/17: SLING-5902 RepositoryInitializer uses name component property instead of label

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

rombert pushed a commit to annotated tag org.apache.sling.jcr.repoinit-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git

commit 71c098abe6ca84c94cc8052178f07d822ce5962b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jul 26 10:58:04 2016 +0000

    SLING-5902 RepositoryInitializer uses name component property instead of label
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/repoinit@1754107 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/jcr/repoinit/impl/RepositoryInitializer.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/jcr/repoinit/impl/RepositoryInitializer.java b/src/main/java/org/apache/sling/jcr/repoinit/impl/RepositoryInitializer.java
index 50e6f41..62a433d 100644
--- a/src/main/java/org/apache/sling/jcr/repoinit/impl/RepositoryInitializer.java
+++ b/src/main/java/org/apache/sling/jcr/repoinit/impl/RepositoryInitializer.java
@@ -52,7 +52,7 @@ import org.slf4j.LoggerFactory;
  *  from a configurable URL.
  */
 @Component(
-        name="Apache Sling Repository Initializer",
+        label="Apache Sling Repository Initializer",
         description="Initializes the JCR content repository using repoinit statements",
         metatype=true)
 @Service(SlingRepositoryInitializer.class)

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.