blob: 86428355fa5aeb969479aa334871a49478edb6f8 [file] [log] [blame]
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
<service ref="brandProvider" interface="org.apache.karaf.webconsole.core.brand.BrandProvider">
<service-properties>
<entry key="service.ranging" value="1" />
</service-properties>
</service>
<bean id="brandProvider" class="org.apache.karaf.webconsole.examples.branding.ExampleBrandProvider" />
</blueprint>