Only display selected dependencies in autocompile output
[0compile.git] / tests / top-build-deps.xml
blob2d7d7950932ce8312d3aa9b6bef3877eedc67fbd
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-build-dep</name>
4   <summary>top-level target for an autocompile</summary>
6   <implementation arch='*-src' id="." version="0.1">
7     <command name='compile' shell-command='echo top-build-dep'>
8       <requires interface='./build-deps.xml'/>
9     </command>
10   </implementation>
11 </interface>