Release 0.18
[0publish.git] / tests / local-req.xml
blobf9c023289d116caedf28d6e7269392d33496d126
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 main='hello' myns:bob='bob'>
12     <requires interface='http://foo'/>
13     <implementation id="sha1=003" version="0.3" x='x' y:z='z' xmlns:y='yns'/>
14   </group>
15 </interface>