Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b18976ed4a0aac47ac27bb05a94423ad1b6b4aee (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.m2e.editor.xml.markerLocation">
   <implementation class="org.eclipse.m2e.editor.xml.internal.MarkerLocationService"/>
   <service>
      <provide interface="org.eclipse.m2e.core.internal.markers.IMarkerLocationService"/>
      <provide interface="org.eclipse.m2e.core.internal.markers.IEditorMarkerService"/>
   </service>
</scr:component>

Back to the top