Catch exceptions during init and display them nicely.
[rox-archive.git] / Archive.xml
blob7fb4138cbec2a3571f1116b464a7b48a3bf31108
1 <?xml version="1.0" ?>
2 <interface main="Archive/AppRun"
3            uri="http://rox.sourceforge.net/2005/interfaces/Archive"
4            xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
5   <name>Archive</name>
6   <summary>create or read archive files</summary>
7   <description>
8 You can use Archive to compress a directory or file into a
9 single, smaller file (which can be stored, emailed, etc).
11 You can also use it to extract a compressed archive back into a
12 file or directory structure.
13   </description>
14   <icon type='image/png' href='http://rox.sourceforge.net/Icons/Archive.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=".." released='Snapshot' stability="testing" version="2.0.0"/>
21   </group>
22 </interface>