blob: f86418b25a365440d7fe9481c0fb84880ec85074 [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.fx.demo.contacts.theme.bright">
<implementation class="org.eclipse.fx.demo.contacts.theme.BrightTheme"/>
<service>
<provide interface="org.eclipse.fx.ui.services.theme.Theme"/>
</service>
<reference
bind="registerStylesheet"
cardinality="0..n"
interface="org.eclipse.fx.ui.services.theme.Stylesheet"
name="Stylesheet"
policy="dynamic"
unbind="unregisterStylesheet"/>
</scr:component>