Mercurial > repos > damion > ffp_phylogeny
annotate ffp_macros.xml @ 0:eb6e5e78a066 draft
Uploaded
author | damion |
---|---|
date | Mon, 23 Feb 2015 18:25:25 -0500 |
parents | |
children |
rev | line source |
---|---|
0 | 1 <macros> |
2 | |
3 <xml name="stdio"> | |
4 <stdio> | |
5 <!-- Anything other than zero is an error --> | |
6 <exit_code range="1:" /> | |
7 <exit_code range=":-1" /> | |
8 <!-- In case the return code has not been set propery check stderr too --> | |
9 <regex match="Error:" /> | |
10 <regex match="Exception:" /> | |
11 </stdio> | |
12 </xml> | |
13 | |
14 <xml name="requirements"> | |
15 <requirements> | |
16 <requirement type="binary">@BINARY@</requirement> | |
17 </requirements> | |
18 <version_command interpreter="python">@BINARY@ --version</version_command> | |
19 </xml> | |
20 | |
21 </macros> |