Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7a158de22592f7989d886b1a0d650658b9c72c9e (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.equinox.p2.metadata.expression.parser">
   <implementation class="org.eclipse.equinox.internal.p2.metadata.expression.parser.ExpressionParser"/>
   <service>
      <provide interface="org.eclipse.equinox.p2.metadata.expression.IExpressionParser"/>
   </service>
</scr:component>

Back to the top