]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.app.ui/OSGI-INF/contentLayer.xml
Prepare next development cycle
[gpl/argeo-suite.git] / org.argeo.app.ui / OSGI-INF / contentLayer.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="Content Layer">
3 <implementation class="org.argeo.app.swt.ux.DefaultEditionLayer"/>
4 <service>
5 <provide interface="org.argeo.app.swt.ux.SwtAppLayer"/>
6 </service>
7 <reference bind="setEntryArea" cardinality="1..1" interface="org.argeo.cms.swt.acr.SwtUiProvider" policy="dynamic" target="(service.pid=argeo.library.ui.contentEntryArea)"/>
8 <property name="service.ranking" type="Integer" value="-1000"/>
9 <properties entry="config/contentLayer.properties"/>
10 </scr:component>