source: simplerunner/src/test/resources/settings2.json@ 52

Last change on this file since 52 was 52, checked in by ruud, 14 months ago

Fixed small issues in domaineditor.

File size: 531 bytes
Line 
1{
2 "SAOPSettings": {
3 "participants": [
4 {"TeamInfo":{"parties":[
5 {
6 "party": {"partyref":"classpath:geniusweb.exampleparties.randomparty.RandomParty", "parameters":{}},
7 "profile": "file:src/test/resources/jobs/jobs1partial.json"
8 } ]}}
9 ,
10 {"TeamInfo":{"parties":[
11 {
12 "party": {"partyref":"classpath:geniusweb.exampleparties.randomparty.RandomParty","parameters":{}},
13 "profile": "file:src/test/resources/jobs/jobs2.json"
14 } ]}}
15 ],
16 "deadline": {
17 "DeadlineTime": {
18 "durationms": 100
19 }
20 }
21
22 }
23}
Note: See TracBrowser for help on using the repository browser.