22
|
1
|
18
|
2
|
6
|
3
|
22
|
4 <tool id="strelka" name="Strelka" version="1.0.1">
|
|
5 <!-- Made by Gregoire Seguin-Henry for geviteam in 2014 -->
|
|
6
|
|
7 <macros>
|
|
8 <import>macro_main.xml</import>
|
|
9 <import>macro_inputs.xml</import>
|
|
10 <!--<import>macro_configuration.xml</import>
|
|
11 <import>macro_customConfiguration.xml</import>
|
|
12 <import>macro_extraStrelkaArguments.xml</import>-->
|
|
13 <import>macro_outputs.xml</import>
|
|
14 <import>macro_tests.xml</import>
|
|
15 <import>macro_help.xml</import>
|
|
16 </macros>
|
|
17
|
|
18 <expand macro="main"/>
|
|
19 <expand macro="inputs"/>
|
|
20 <expand macro="outputs"/>
|
|
21 <expand macro="tests"/>
|
|
22 <expand macro="help"/>
|
|
23
|
6
|
24 </tool>
|