Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2e38abe76e9faa12f7d18dbc9df017c399571744 (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.cdt.cmake.is.core.internal.ParserPreferencesAccess">
   <service>
      <provide interface="org.eclipse.cdt.cmake.is.core.IParserPreferencesAccess"/>
   </service>
   <implementation class="org.eclipse.cdt.cmake.is.core.internal.ParserPreferencesAccess"/>
</scr:component>

Back to the top