Skip to content

Commit

Permalink
[#1308] eliminate one more duplicated service
Browse files Browse the repository at this point in the history
remove one more duplicate, put BaseTextRendererService OSGi component in
accordance with its xml declaration
  • Loading branch information
eparovyshnaya committed Mar 12, 2024
1 parent a31e941 commit e1e8ef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 59 deletions.
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.passage.loc.licenses.emfforms.renderers.BaseTextRendererService">
<implementation class="org.eclipse.passage.loc.licenses.emfforms.renderers.BaseTextRendererService"/>
<service>
<provide interface="org.eclipse.emfforms.spi.swt.core.di.EMFFormsDIRendererService"/>
</service>
<reference bind="bindEMFFormsDatabinding" cardinality="1..1" interface="org.eclipse.emfforms.spi.core.services.databinding.EMFFormsDatabinding" name="EMFFormsDatabinding" policy="static" unbind="unbindEMFFormsDatabinding"/>
<reference bind="bindReportService" cardinality="1..1" interface="org.eclipse.emfforms.spi.common.report.ReportService" name="ReportService" policy="static" unbind="unbindReportService"/>
</scr:component>
<reference bind="bindEMFFormsDatabinding" interface="org.eclipse.emfforms.spi.core.services.databinding.EMFFormsDatabinding" name="EMFFormsDatabinding" unbind="unbindEMFFormsDatabinding"/>
<reference bind="bindReportService" interface="org.eclipse.emfforms.spi.common.report.ReportService" name="ReportService" unbind="unbindReportService"/>
<implementation class="org.eclipse.passage.loc.licenses.emfforms.renderers.BaseTextRendererService"/>
</scr:component>

This file was deleted.

0 comments on commit e1e8ef7

Please sign in to comment.