Update README.linux
[deliverable/titan.core.git] / etc / TXDSample.xml
CommitLineData
970ed795
EL
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2000-2014 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<txd:Titan_Execution_Descriptor xmlns:txd="http://schemas.ericsson.com/TXD"
10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11 xsi:schemaLocation="http://schemas.ericsson.com/TXD TXD.xsd ">
12
13 <txd:Build>
14 <txd:Projects>
15 <txd:Project path="foobar.tpd">
16 <txd:Configurations>
17 <txd:Configuration name="foo"/>
18 <txd:Configuration name="bar"/>
19 </txd:Configurations>
20 </txd:Project>
21
22 <txd:Project path="meow.tpd">
23 <txd:Configurations>
24 <txd:Configuration name="m1"/>
25 </txd:Configurations>
26 </txd:Project>
27 </txd:Projects>
28
29 <txd:MasterConfiguration>
30 </txd:MasterConfiguration>
31 </txd:Build>
32
33 <txd:Run>
34 <txd:SingleModeRun>
35 <txd:WorkingDirectory>right here!</txd:WorkingDirectory>
36 <txd:ConfigurationFile></txd:ConfigurationFile>
37 </txd:SingleModeRun>
38
39 <txd:ParallelRun>
40 <txd:WorkingDirectory>right here!</txd:WorkingDirectory>
41 <txd:ConfigurationFile></txd:ConfigurationFile>
42 <txd:HostControllers>
43 <txd:HostController>
44 <txd:Name>tcclab4</txd:Name>
45 <txd:Command>echo Hello world!</txd:Command>
46 </txd:HostController>
47 <txd:HostController>
48 <txd:Name>tcclab5</txd:Name>
49 <txd:HostId>tcclab5</txd:HostId>
50 <txd:WorkingDirectory>/tmp</txd:WorkingDirectory>
51 <txd:Executable>/home/away/SOAPTest</txd:Executable>
52 <txd:Command>ssh %Host cd %WorkingDirectory; %Executable %MCHost %MCPort</txd:Command>
53 </txd:HostController>
54 </txd:HostControllers>
55 </txd:ParallelRun>
56
57 <txd:SingleModeRun>
58 <txd:WorkingDirectory>right here!</txd:WorkingDirectory>
59 <txd:ConfigurationFile></txd:ConfigurationFile>
60 </txd:SingleModeRun>
61
62 <txd:CustomRun>
63 Use whatever you want
64 </txd:CustomRun>
65 </txd:Run>
66</txd:Titan_Execution_Descriptor>
This page took 0.02613 seconds and 5 git commands to generate.