
OSGI-INF.serviceComponents.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of platform.style.classic Show documentation
Show all versions of platform.style.classic Show documentation
Icons and css for HTML pages
The newest version!
<?xml version="1.0" encoding="UTF-8"?><components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0"> <scr:component enabled="true" immediate="true" name="org.apache.clerezza.platform.style.classic.ClassicStyleConfig"> <implementation class="org.apache.clerezza.platform.style.classic.ClassicStyleConfig"/> <service servicefactory="false"> <provide interface="org.apache.clerezza.platform.style.classic.ClassicStyleConfig"/> </service> <property name="jQueryUrl" type="String" value="/jquery/jquery-1.3.2.min.js"/> <property name="service.pid" value="org.apache.clerezza.platform.style.classic.ClassicStyleConfig"/> </scr:component> <scr:component enabled="true" immediate="true" name="org.apache.clerezza.platform.style.classic.Style"> <implementation class="org.apache.clerezza.platform.style.classic.Style"/> <property name="service.pid" value="org.apache.clerezza.platform.style.classic.Style"/> <reference name="sspService" interface="org.apache.clerezza.platform.typerendering.scalaserverpages.ScalaServerPagesService" cardinality="1..1" policy="static" bind="bindSspService" unbind="unbindSspService"/> </scr:component> </components>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy