blob: 0cff46a13860da39dd374ea63652aff755359eca [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.osee.ote.version.FileVersionInformation">
<implementation class="org.eclipse.osee.ote.version.internal.FileVersionInformationImpl"/>
<service>
<provide interface="org.eclipse.osee.ote.version.FileVersionInformation"/>
</service>
<reference bind="addFileVersionInformationProvider" cardinality="0..n" interface="org.eclipse.osee.ote.version.FileVersionInformationProvider" name="FileVersionInformationProvider" policy="dynamic" unbind="removeFileVersionInformationProvider"/>
</scr:component>