Merge <command> elements with --local
[0publish.git] / tests / local-command.xml
blob9630e71c3d05f40d2f483042b1e86415be742fae
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface"
3            xmlns:myns='http://mynamespace/foo'>
4   <name>hello</name>
5   <summary>prints hello</summary>
6   <description>
7     Hello, local.
8   </description>
9   <homepage>http://test/hello.html</homepage>
10   <feed-for interface='http://test/hello.xml'/>
11   <group myns:bob='bob'>
12     <command name='run' path='run.sh'/>
13     <requires interface='http://foo'>
14       <environment name='TESTING' value='true' mode='replace'/>
15     </requires>
16     <implementation id="sha1=003" version="0.3" x='x' y:z='z' xmlns:y='yns'/>
17   </group>
18 </interface>