blob: cee835a293a63293f35867d33d77f29f082beeeb [file] [log] [blame]
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
<command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
<command>
<action class="org.onosproject.workflow.cli.WorkFlowStoreCommand"></action>
</command>
<command>
<action class="org.onosproject.workflow.cli.WorkplaceStoreCommand"></action>
</command>
<command>
<action class="org.onosproject.workflow.cli.WorkFlowCommand"></action>
</command>
<command>
<action class="org.onosproject.workflow.cli.WorkFlowEventMapCommand"></action>
</command>
<command>
<action class="org.onosproject.workflow.cli.WorkFlowTestCommand"></action>
</command>
</command-bundle>
</blueprint>