Instead of null pass down the formal parameter list of the type.
[deliverable/titan.core.git] / etc / TXDSample.xml
CommitLineData
970ed795
EL
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
d44e3c4f 3 Copyright (c) 2000-2016 Ericsson Telecom AB
4 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Public License v1.0
6 which accompanies this distribution, and is available at
7 http://www.eclipse.org/legal/epl-v10.html
8
9 Contributors:
10 Balasko, Jeno
11 Raduly, Csaba
970ed795
EL
12-->
13<txd:Titan_Execution_Descriptor xmlns:txd="http://schemas.ericsson.com/TXD"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15 xsi:schemaLocation="http://schemas.ericsson.com/TXD TXD.xsd ">
16
17 <txd:Build>
18 <txd:Projects>
19 <txd:Project path="foobar.tpd">
20 <txd:Configurations>
21 <txd:Configuration name="foo"/>
22 <txd:Configuration name="bar"/>
23 </txd:Configurations>
24 </txd:Project>
25
26 <txd:Project path="meow.tpd">
27 <txd:Configurations>
28 <txd:Configuration name="m1"/>
29 </txd:Configurations>
30 </txd:Project>
31 </txd:Projects>
32
33 <txd:MasterConfiguration>
34 </txd:MasterConfiguration>
35 </txd:Build>
36
37 <txd:Run>
38 <txd:SingleModeRun>
39 <txd:WorkingDirectory>right here!</txd:WorkingDirectory>
40 <txd:ConfigurationFile></txd:ConfigurationFile>
41 </txd:SingleModeRun>
42
43 <txd:ParallelRun>
44 <txd:WorkingDirectory>right here!</txd:WorkingDirectory>
45 <txd:ConfigurationFile></txd:ConfigurationFile>
46 <txd:HostControllers>
47 <txd:HostController>
48 <txd:Name>tcclab4</txd:Name>
49 <txd:Command>echo Hello world!</txd:Command>
50 </txd:HostController>
51 <txd:HostController>
52 <txd:Name>tcclab5</txd:Name>
53 <txd:HostId>tcclab5</txd:HostId>
54 <txd:WorkingDirectory>/tmp</txd:WorkingDirectory>
55 <txd:Executable>/home/away/SOAPTest</txd:Executable>
56 <txd:Command>ssh %Host cd %WorkingDirectory; %Executable %MCHost %MCPort</txd:Command>
57 </txd:HostController>
58 </txd:HostControllers>
59 </txd:ParallelRun>
60
61 <txd:SingleModeRun>
62 <txd:WorkingDirectory>right here!</txd:WorkingDirectory>
63 <txd:ConfigurationFile></txd:ConfigurationFile>
64 </txd:SingleModeRun>
65
66 <txd:CustomRun>
67 Use whatever you want
68 </txd:CustomRun>
69 </txd:Run>
70</txd:Titan_Execution_Descriptor>
This page took 0.028741 seconds and 5 git commands to generate.