Tell the user when a background update completes, not when it starts
[zeroinstall/solver.git] / tests / OptionalMissing.xml
blobdabd03f9d5269e95bbfefd92f09912d0195065fe
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3   <name>OptionalMissing</name>
4   <summary>optional dependency on a missing interface</summary>
6   <group>
7     <requires interface="http://localhost/Missing.xml" importance='recommended'/>
9     <!-- a feed with multiple possibilities -->
10     <requires interface="./Binary.xml"/>
12     <implementation id="a" local-path='.' version="0.1" main='.'/>
13   </group>
14 </interface>