Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1ea209244763fae87f3e6f96774c3d798f9ca814 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.osee.orcs.db.internal.console.PurgeTransactionCommand">
   <implementation class="org.eclipse.osee.orcs.db.internal.console.PurgeTransactionCommand"/>
   <service>
      <provide interface="org.eclipse.osee.console.admin.ConsoleCommand"/>
   </service>
   <reference bind="setDatabaseService" cardinality="1..1" interface="org.eclipse.osee.framework.database.IOseeDatabaseService" name="IOseeDatabaseService" policy="static"/>
   <reference bind="setCachingService" cardinality="1..1" interface="org.eclipse.osee.framework.core.services.IOseeCachingService" name="IOseeCachingService" policy="static"/>
</scr:component>

Back to the top