Only display selected dependencies in autocompile output
[0compile.git] / tests / top.xml
blobe81c985b0f41f2abb4a29248f6605e5d310d47f3
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:compile="http://zero-install.sourceforge.net/2006/namespaces/0compile">
3   <name>top</name>
4   <summary>top-level target for an autocompile</summary>
6   <feed-for interface='http://example.com/top.xml'/>
8   <implementation arch='*-src' id="." version="0.1">
9     <requires interface='http://example.com/idontexist' os='nosuchos'/>
10     <command name='compile'>
11       <runner interface='./cprog/cprog-command.xml' command='my-run'/>
12       <compile:implementation main='foo'/>
13     </command>
14   </implementation>
15 </interface>