blob: c2b3f83da76e7ee22da945f30b12cc66b83b0a51 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" default-activation="lazy">
<bean id="serviceBean" class="${package}.MyServiceImpl"/>
<service ref="serviceBean" interface="${package}.MyService"/>
</blueprint>