Start development series 0.10-post
[AddApp.git] / AddApp / AddApp.xml
blob96fc1bd2993708d49b6a989bbbd2482f7c79b96c
1 <?xml version="1.0" ?>
2 <?xml-stylesheet type='text/xsl' href='interface.xsl'?>
3 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
4   <name>AddApp</name>
5   <summary>create ROX application launchers</summary>
6   <description>
7 AddApp makes it easy to run Zero Install Injector applications from
8 ROX-Filer. Give it the URL of the application you want, and it will
9 create a ROX application directory to run the application. To switch to
10 a different version of the application, right click on the ROX application
11 directory and choose 'Versions...' from the menu.
12   </description>
13   <icon href="http://rox.sourceforge.net/Icons/AddApp.png" type="image/png"/>
14   <feed-for interface="http://rox.sourceforge.net/2005/interfaces/AddApp"/>
16   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
17     <release:action phase="commit-release">sed -i &quot;s/&lt;Version&gt;.*&lt;\/Version&gt;$/&lt;Version&gt;$RELEASE_VERSION&lt;\/Version&gt;/&quot; AddApp/AppInfo.xml</release:action>
18   </release:management>
19   
20   <group main="AddApp/AppRun">
21     <requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
22       <environment insert="ROX-Lib2/python" name="PYTHONPATH"/>
23     </requires>
24     <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
25       <version not-before="0.52"/>
26       <environment insert="" mode="prepend" name="PYTHONPATH"/>
27     </requires>
28     <implementation id=".." stability="testing" version="0.10-post"/>
29   </group>
30 </interface>