OSGI-INF.blueprint.blueprint.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.2.0"> <ext:property-placeholder> <ext:default-properties> <!-- no value will default to ~/.hawtio --> <!-- <ext:property name="hawtio.home.dir" value=""/> --> </ext:default-properties> </ext:property-placeholder> <bean id="junitFacade" class="io.hawt.junit.JUnitFacade" init-method="init" destroy-method="destroy" scope="singleton"> <!-- <property name="configDir" value="${hawtio.home.dir}"/> --> </bean> </blueprint>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy