]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/osgi.xml
Working RCP
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / META-INF / spring / osgi.xml
index 773358254ccf05a31c6140e0e7f389816467fb75..6247a21f0316a1262518f60c8b2ce7b8b70105ca 100644 (file)
@@ -6,9 +6,7 @@
        http://www.springframework.org/schema/beans   
        http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
 
-       <beans:description> Implements All RCP basic classes that are not SLC
-               dependent.
-       </beans:description>
+       <beans:description>Starts required bundles</beans:description>
 
        <!-- BUNDLES TO START -->
        <!-- Node repository -->
@@ -16,8 +14,6 @@
                action="start" />
        <bundle id="node.repofactory.jackrabbit" symbolic-name="org.argeo.node.repofactory.jackrabbit"
                action="start" />
-       <bundle id="slc.node.jackrabbit" symbolic-name="org.argeo.slc.node.jackrabbit"
-               action="start" />
        <bundle id="security.dao.jackrabbit" symbolic-name="org.argeo.security.dao.jackrabbit"
                action="start" />
 
@@ -34,6 +30,8 @@
                action="start" />
 
        <!-- UI Components -->
+       <bundle id="slc.node.jackrabbit" symbolic-name="org.argeo.slc.node.jackrabbit"
+               action="start" />
        <bundle id="slc.client.agent" symbolic-name="org.argeo.slc.client.agent"
                action="start" />
        <bundle id="slc.client.hibernate" symbolic-name="org.argeo.slc.client.hibernate"