You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/01/14 09:01:11 UTC

svn commit: r1778741 - in /sling/trunk/karaf/org.apache.sling.karaf-configs: pom.xml src/main/resources/org.apache.sling.resourceresolver.impl.observation.OsgiObservationBridge.config

Author: olli
Date: Sat Jan 14 09:01:10 2017
New Revision: 1778741

URL: http://svn.apache.org/viewvc?rev=1778741&view=rev
Log:
SLING-6105 Register old resource event bridge automatically

remove configuration

Removed:
    sling/trunk/karaf/org.apache.sling.karaf-configs/src/main/resources/org.apache.sling.resourceresolver.impl.observation.OsgiObservationBridge.config
Modified:
    sling/trunk/karaf/org.apache.sling.karaf-configs/pom.xml

Modified: sling/trunk/karaf/org.apache.sling.karaf-configs/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.karaf-configs/pom.xml?rev=1778741&r1=1778740&r2=1778741&view=diff
==============================================================================
--- sling/trunk/karaf/org.apache.sling.karaf-configs/pom.xml (original)
+++ sling/trunk/karaf/org.apache.sling.karaf-configs/pom.xml Sat Jan 14 09:01:10 2017
@@ -148,11 +148,6 @@
                   <type>config</type>
                 </artifact>
                 <artifact>
-                  <classifier>org.apache.sling.resourceresolver.impl.observation.OsgiObservationBridge</classifier>
-                  <file>src/main/resources/org.apache.sling.resourceresolver.impl.observation.OsgiObservationBridge.config</file>
-                  <type>config</type>
-                </artifact>
-                <artifact>
                   <classifier>org.apache.sling.samples.fling.internal.WiserSmtpService</classifier>
                   <file>src/main/resources/org.apache.sling.samples.fling.internal.WiserSmtpService.config</file>
                   <type>config</type>