blob: 15375c667e00d3e17e47b27da800639dbbf24c89 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" activate="activate" configuration-pid="TRANSFORMATION_SESSION_CONFIG" configuration-policy="require" name="app4mc.example.transform.m2t.transformers.ExampleModel2TextTransformer">
<property name="transformation" value="Amalthea2Text"/>
<service>
<provide interface="org.eclipse.app4mc.transformation.transformers.Model2TextRootTransformer"/>
</service>
<reference cardinality="1..1" field="factory" interface="app4mc.example.transform.m2t.transformers.ExampleGuiceModuleFactory" name="factory"/>
<implementation class="app4mc.example.transform.m2t.transformers.ExampleModel2TextTransformer"/>
</scr:component>