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 2009/06/23 18:03:51 UTC

svn commit: r787740 - /sling/trunk/contrib/extensions/jcrinstall/osgi/pom.xml

Author: cziegeler
Date: Tue Jun 23 16:03:50 2009
New Revision: 787740

URL: http://svn.apache.org/viewvc?rev=787740&view=rev
Log:
SLING-1018 : Remove dependency to declarative service. Use activator instead. Some code cleanup.

Modified:
    sling/trunk/contrib/extensions/jcrinstall/osgi/pom.xml

Modified: sling/trunk/contrib/extensions/jcrinstall/osgi/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/jcrinstall/osgi/pom.xml?rev=787740&r1=787739&r2=787740&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/jcrinstall/osgi/pom.xml (original)
+++ sling/trunk/contrib/extensions/jcrinstall/osgi/pom.xml Tue Jun 23 16:03:50 2009
@@ -47,14 +47,13 @@
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>
-        <artifactId>maven-scr-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>
             <instructions>
+                <Bundle-Activator>
+                    org.apache.sling.osgi.installer.impl.Activator
+                </Bundle-Activator>
                 <Export-Package>
                     org.apache.sling.osgi.installer
                 </Export-Package>