Only display selected dependencies in autocompile output
[0compile.git] / tests / build-deps.xml
blobb1c3429c07a199a5f5c11a7f8d96ebce6a91377c
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>build-deps</name>
4   <summary>must take into account binary dependencies</summary>
6   <group arch="*-src">
7     <implementation id="." version="0.1">
8       <command name='compile' shell-command='echo hi'>
9         <compile:implementation>
10           <requires interface='http://repo.roscidus.com/python/python'>
11             <version not-before='3' before='3'/>        <!-- conflict -->
12           </requires>
13         </compile:implementation>
14       </command>
15     </implementation>
16   </group>
17 </interface>