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 2018/04/18 16:16:08 UTC

[sling-ide-tooling] 03/08: SLING-7587 - Create a CLI-only tool to sync content

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-ide-tooling.git

commit f44d3fd43f4fae9a26c8b386d68e0306fbf3cd09
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Apr 17 15:09:03 2018 +0300

    SLING-7587 - Create a CLI-only tool to sync content
    
    VltRepositoryFactory - use a generic Logger. The registration property is no
    longer relevant as we will be using ServiceFactory instances.
---
 .../main/java/org/apache/sling/ide/impl/vlt/VltRepositoryFactory.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/modules/impl-vlt/src/main/java/org/apache/sling/ide/impl/vlt/VltRepositoryFactory.java b/shared/modules/impl-vlt/src/main/java/org/apache/sling/ide/impl/vlt/VltRepositoryFactory.java
index 5b3dc00..760f54f 100644
--- a/shared/modules/impl-vlt/src/main/java/org/apache/sling/ide/impl/vlt/VltRepositoryFactory.java
+++ b/shared/modules/impl-vlt/src/main/java/org/apache/sling/ide/impl/vlt/VltRepositoryFactory.java
@@ -38,7 +38,7 @@ public class VltRepositoryFactory implements RepositoryFactory {
     @Reference
     private EventAdmin eventAdmin;
     
-    @Reference(target = "(listener.symbolic.name=org.apache.sling.ide.impl-vlt)")
+    @Reference
     private Logger logger;
     
     private Map<String,VltRepository> repositoryMap = new HashMap<>();

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.