blob: 0c6fabfdff3c248d5e64f6f47bd2ec4ed7c8b016 [file] [log] [blame]
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
#set( $cmd = $command.toLowerCase())
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0">
<command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
<command name="${scope}/${cmd}">
<action class="${package}.${command}">
</action>
</command>
</command-bundle>
</blueprint>