Only display selected dependencies in autocompile output
[0compile.git] / tests / bad-version.xml
blob50230f8494523e6492d450cd80f81cbe16bae0d2
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>hello2</name>
4   <summary>testing</summary>
5   <description>
6     Test compiling a program with a minimum required version of 0compile.
7   </description>
9   <group arch="*-src">
10     <implementation id="." compile:min-version='300000' version="0.1" compile:binary-main='hello2' compile:command='ls -l "$ROXLIB" &amp;&amp; cp "$SRCDIR/hello2" "$DISTDIR"'/>
11   </group>
12 </interface>