Updates for 0release.
[AddApp.git] / AddApp / AddApp.xml
blobaf671cc3c418a5c8fd163f92ffcbb2a65300e18a
1 <?xml version='1.0'?>
2 <interface xmlns='http://zero-install.sourceforge.net/2004/injector/interface'>
3   <name>AddApp</name>
4   <summary>create ROX application launchers</summary>
5   <description>
6 AddApp makes it easy to run Zero Install Injector applications from
7 ROX-Filer. Give it the URL of the application you want, and it will
8 create a ROX application directory to run the application. To switch to
9 a different version of the application, right click on the ROX application
10 directory and choose 'Versions...' from the menu.
11   </description>
12   <icon href='http://rox.sourceforge.net/Icons/AddApp.png' type='image/png'/>
13   <feed-for interface='http://rox.sourceforge.net/2005/interfaces/AddApp'/>
15   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
16     <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>
17   </release:management>
18   
19   <group main='AddApp/AppRun'>
20     <requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
21       <environment insert="ROX-Lib2/python" name="PYTHONPATH"/>
22     </requires>
23     <implementation id=".." stability="testing" version="0.7" version-modifier='-post'/>
24   </group>
25 </interface>