OSGI-INF.blueprint.blueprint.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd"> <bean id="libraryApplication" class="org.wicketstuff.osgi.test.library.web.LibraryApplication"/> <service ref="libraryApplication" auto-export="class-hierarchy"> <service-properties> <entry key="wicket.osgi.application.name" value="library"/> </service-properties> </service> </blueprint>