blob: 640f6f488185d07f51671f5340501f1ab932ec5c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="app4mc.example.ide.actions.processing.AddApproval">
<property name="name" value="Custom properties | Add Approval (Demo)"/>
<property name="description" value="Creates a custom property with timestamp and user name"/>
<service>
<provide interface="org.eclipse.app4mc.amalthea.model.editor.contribution.service.ProcessingService"/>
</service>
<implementation class="app4mc.example.ide.actions.processing.AddApproval"/>
</scr:component>