When merging, check the IDs are unique
[0publish.git] / 0publish.xml
blob23f9e3b24aefb3a16c08a0f6b7904ee8bb6f6fd9
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>0publish</name>
5   <summary>utility to make creating injector interfaces easier</summary>
6   <description>
7     0publish makes creating and modifying injector interface files easier.
8     It can create a new commented template for you or edit an existing one.
10     Various editing operations are available, the most basic being to let you
11     edit it in your preferred text editor. It automatically removes the
12     signature when loading an interface and creates a new one when writing it
13     back out. It will also validate the new version before saving it.
15     A tutorial on 0publish can be found at
16     http://0install.net/injector-packagers.html.
17   </description>
18   <homepage>http://0install.net/injector-packagers.html</homepage>
20   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
21     <!-- Update the copy of the version number in 0publish -->
22     <release:action phase="commit-release">sed -i &quot;s/^version = '.*'$/version = '$RELEASE_VERSION'/&quot; 0publish</release:action>
23   </release:management>
25   <feed-for interface="http://0install.net/2006/interfaces/0publish"/>
27   <group main="0publish">
28     <command name="run" path="0publish">
29       <runner interface="http://repo.roscidus.com/python/python">
30         <version before="3"/>
31       </runner>
32     </command>
33     <command name="test" path="tests/testall.py">
34       <runner interface="http://repo.roscidus.com/python/python">
35         <version before="3"/>
36       </runner>
37     </command>
38     <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
39       <environment insert="" mode="prepend" name="PYTHONPATH"/>
40     </requires>
41     <implementation id="." version="0.23-post"/>
42   </group>
43 </interface>