]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Factorize started bundles
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 26 Jun 2011 11:04:20 +0000 (11:04 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 26 Jun 2011 11:04:20 +0000 (11:04 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@4605 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/osgi.xml

index dd631ecfc2c577bad9c9825f9b77089e392c1572..33be2ea8c24cf7893451c6d7f9e9b287be9c7149 100644 (file)
                action="start" />
 
        <!-- SLC Runtime -->
+       <bundle id="slc.node.jackrabbit" symbolic-name="org.argeo.slc.node.jackrabbit"
+               action="start" />
        <bundle id="slc.agent" symbolic-name="org.argeo.slc.agent"
                action="start" />
-<!--   <bundle id="slc.server.castor" symbolic-name="org.argeo.slc.server.castor" -->
-<!--           action="start" /> -->
-<!--   <bundle id="slc.server.h2" symbolic-name="org.argeo.slc.server.h2" -->
-<!--           action="start" /> -->
-<!--   <bundle id="slc.server.hibernate" symbolic-name="org.argeo.slc.server.hibernate" -->
-<!--           action="start" /> -->
-<!--   <bundle id="slc.server.services" symbolic-name="org.argeo.slc.server.services" -->
-<!--           action="start" /> -->
+       <bundle id="slc.agent.jcr" symbolic-name="org.argeo.slc.agent.jcr"
+               action="start" />
 
        <!-- UI Components -->
-       <bundle id="slc.node.jackrabbit" symbolic-name="org.argeo.slc.node.jackrabbit"
-               action="start" />
-<!--   <bundle id="slc.client.hibernate" symbolic-name="org.argeo.slc.client.hibernate" -->
-<!--           action="start" /> -->
-<!--   <bundle id="slc.client.oxm" symbolic-name="org.argeo.slc.client.oxm" -->
-<!--           action="start" /> -->
-       <bundle id="slc.client.rcp" symbolic-name="org.argeo.slc.client.rcp"
-               action="start" />
        <bundle id="slc.client.ui" symbolic-name="org.argeo.slc.client.ui"
                action="start" />
 </beans:beans>
\ No newline at end of file