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

rombert pushed a commit to branch feature/SLING-7587
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git

commit 343e3ac186c2bf48542a8b94c8053787f818f831
Author: Robert Munteanu <[email protected]>
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
[email protected].

Reply via email to