Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2df16386d923e0e8c847e27d10f9619bec5e7689 (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<component name="branch.management.cmds">
	<implementation class="org.eclipse.osee.framework.server.admin.BranchManagementCommandProvider"/>
	<service>
		<provide interface="org.eclipse.osgi.framework.console.CommandProvider"/>
	</service>
</component>

Back to the top