Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a7f239b7d7a7d08c444a405948d707d96bc61386 (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.papyrus.uml.diagram.sequence.restrictions.SequenceViewProviderTester">
   <service>
      <provide interface="org.eclipse.papyrus.infra.gmfdiag.common.service.ViewProviderTester"/>
   </service>
   <implementation class="org.eclipse.papyrus.uml.diagram.sequence.restrictions.SequenceViewProviderTester"/>
</scr:component>

Back to the top