When run with -v, log the 0launch version, arguments and Python version.
[zeroinstall.git] / tests / Source.xml
blob74a39a1e55cfba245637f8eddd20a8f2bea94432
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface"
3            uri='http://foo/Source.xml'>
4   <name>Source</name>
5   <summary>Source</summary>
6   <description>Source</description>
7   <feed-for interface='http://foo/Binary.xml'/>
8   <group>
9     <requires interface='http://foo/Compiler.xml'/>
10     <implementation id='sha1=234' version='1.0' arch='*-src'/>
11   </group>
12 </interface>