blob: 5cc83ef6e52ccc5635dc900354e6f5eea3686ba7 [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
2
3 <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
4 <command>
5 <action class="org.onlab.onos.cli.GreetCommand"/>
6 <completers>
7 <ref component-id="nameCompleter"/>
8 </completers>
9 </command>
10 </command-bundle>
11
12 <bean id="nameCompleter" class="org.onlab.onos.cli.NameCompleter"/>
13
14</blueprint>