You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/07/25 08:58:29 UTC

svn commit: r679680 - /incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java

Author: cziegeler
Date: Thu Jul 24 23:58:28 2008
New Revision: 679680

URL: http://svn.apache.org/viewvc?rev=679680&view=rev
Log:
SLING-581 : Add missing service interface SynchronousBundleListener

Modified:
    incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java

Modified: incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java?rev=679680&r1=679679&r2=679680&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java (original)
+++ incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java Thu Jul 24 23:58:28 2008
@@ -67,6 +67,7 @@
  *
  * @scr.component metatype="no" immediate="true"
  * @scr.service interface="org.apache.sling.jcr.ocm.ObjectContentManagerFactory"
+ * @scr.service interface="SynchronousBundleListener"
  * @scr.property name="service.description"
  *               value="Sling Object Content Manager Factory"
  * @scr.property name="service.vendor" value="The Apache Software Foundation"