If implementation or interface is missing, try to download it first.
[AddApp.git] / AddApp.xml
blob3c54cc48b13f4dad323e540d61961694b0b76aca
1 <?xml version='1.0'?>
2 <interface xmlns='http://zero-install.sourceforge.net/2004/injector/interface'
3            uri='http://rox.sourceforge.net/2005/interfaces/AddApp'
4            main='AddApp/AppRun'>
5   <name>AddApp</name>
6   <summary>create ROX application launchers</summary>
7   <description>
8 AddApp makes it easy to run Zero Install Injector applications from
9 ROX-Filer. Give it the URL of the application you want, and it will
10 create a ROX application directory to run the application. To switch to
11 a different version of the application, right click on the ROX application
12 directory and choose 'Versions...' from the menu.
13   </description>
14   <icon href='http://rox.sourceforge.net/Icons/AddApp.png' type='image/png'/>
15   
16   <group>
17     <requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
18       <environment insert="ROX-Lib2/python" name="PYTHONPATH"/>
19     </requires>
20     <implementation id="." stability="testing" version="0.5"/>
21   </group>
22 </interface>