Added '0install config' sub-command
[zeroinstall.git] / tests / Command.xml
blobfaa541e83e789061988eaa6af1e9a7e1624ba4e1
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface"
3            xmlns:custom='http://custom'>
4   <name>Commands</name>
5   <summary>Local feed</summary>
7   <group main='foo' self-test='test-foo' local-path='.'>
8     <implementation id="a" version="0.1"/>
9     <implementation id="b" main='bar' version="0.1"/>
10     <implementation id="c" version="0.1">
11       <command name='run' path="runnable/missing" custom:attr='namespaced'>
12         <custom:child/>
13         <requires interface='./Local.xml'>
14           <environment name='LOCAL' insert='local'/>
15         </requires>
16       </command>
17       <command name='test' path="test-baz"/>
18     </implementation>
19   </group>
20 </interface>