<command> elements take precedence over attributes
commit02a818a64e6ae470fafe0e2ec5341d7940695e88
authorThomas Leonard <talex5@gmail.com>
Sun, 13 Mar 2011 10:38:23 +0000 (13 10:38 +0000)
committerThomas Leonard <talex5@gmail.com>
Sun, 13 Mar 2011 10:38:23 +0000 (13 10:38 +0000)
tree1c24453b4940bd0c7b9e02b1ba575c00561ca40c
parent8c7de5d5a1a78745a86d059fd0722b37b0ccfb96
<command> elements take precedence over attributes

Before, in <group main='a'><command name='run' path='b'/></group>,
the group would take its run command from the attribute.

This makes it possible to provide a command element that's only
used with 0launch >= 0.53 (avoiding the <runner> bug on older
versions).
tests/Command.xml
zeroinstall/injector/model.py