Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1d8c7ff0dc14892a3dfa3f789c018ab59fdaff75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" name="org.eclipse.osee.framework.core.dsl.integration.internal.OseeModelingServiceImpl">
   <implementation class="org.eclipse.osee.framework.core.dsl.integration.internal.OseeModelingServiceImpl"/>
   <service>
      <provide interface="org.eclipse.osee.framework.core.services.IOseeModelingService"/>
   </service>
   <reference bind="setFactoryService" cardinality="1..1" interface="org.eclipse.osee.framework.core.services.IOseeModelFactoryService" name="IOseeModelFactoryService" policy="static"/>
   <reference bind="setCacheService" cardinality="0..1" interface="org.eclipse.osee.framework.core.services.IOseeCachingService" name="IOseeCachingService" policy="dynamic" unbind="unsetCacheService"/>
   <reference bind="unsetCacheFactory" cardinality="0..1" interface="org.eclipse.osee.framework.core.services.IOseeCachingServiceFactory" name="IOseeCachingServiceFactory" policy="dynamic"/>
</scr:component>

Back to the top