Fixed version number and added 0release support
authorThomas Leonard <[email protected]>
Sat, 11 Jul 2009 09:03:44 +0000 (11 10:03 +0100)
committerThomas Leonard <[email protected]>
Sat, 11 Jul 2009 09:05:25 +0000 (11 10:05 +0100)
MIME-Editor.xml

index 348c58e..77752c1 100644 (file)
@@ -19,11 +19,17 @@ be added to the main database.
   </description>
   <feed-for interface="http://rox.sourceforge.net/2005/interfaces/MIME-Editor"/>
   <icon type='image/png' href='http://rox.sourceforge.net/Icons/MIME-Editor.png'/>
+
+  <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
+    <release:action phase="commit-release">sed -i &quot;s/&lt;Version&gt;.*&lt;\/Version&gt;$/&lt;Version&gt;$RELEASE_VERSION&lt;\/Version&gt;/&quot; AppInfo.xml</release:action>
+    <release:add-toplevel-directory/>
+    <release:action phase="generate-archive">cd MIME-Editor/Messages &amp;&amp; ./dist</release:action>
+  </release:management>
   
   <group main='AppRun'>
     <requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
       <environment insert="ROX-Lib2/python" name="PYTHONPATH"/>
     </requires>
-    <implementation id="." version="0.5.0"/>
+    <implementation id="." version="0.5-post"/>
   </group>
 </interface>