source: geniuswebcore/test/resources/settings2.json@ 100

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

python installs also wheel to avoid error messages

File size: 523 bytes
Line 
1{
2 "SAOPSettings": {
3 "participants": [
4 {"TeamInfo":{"parties":[
5 {
6 "party": {"partyref":"classpath:geniusweb.exampleparties.randomparty.RandomParty", "parameters":{}},
7 "profile": "file:test/resources/jobs/jobs1partial.json"
8 } ]}}
9 ,
10 {"TeamInfo":{"parties":[
11 {
12 "party": {"partyref":"classpath:geniusweb.exampleparties.randomparty.RandomParty","parameters":{}},
13 "profile": "file: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.