Tell the user when a background update completes, not when it starts
[zeroinstall/solver.git] / tests / command-dep.xml
blobbf021be4fc7643c8c98999eaddc2ae0eb0bbb159
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3   <name>command-dep</name>
4   <summary>a command depending on a command</summary>
6   <implementation id="." version="1">
7     <command name="run">
8       <requires interface="./Command.xml">
9         <executable-in-path name="foo"/>
10       </requires>
11     </command>
12   </implementation>
13 </interface>