-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreferences.json
77 lines (77 loc) · 2.53 KB
/
references.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"version": "1.7.0.0",
"provides": ["Zeugwerk Framework"],
"twinpack": "1.0.11.0",
"repositories": [
{
"name": "Zeugwerk-Framework",
"url": "https://github.com/Zeugwerk/Zeugwerk-Framework.git"
},
{
"name": "Tutorial-Quickstart",
"url": "https://github.com/Zeugwerk/Tutorial-Quickstart.git"
},
{
"name": "Tutorial-Quickstart-Visualization",
"url": "https://github.com/Zeugwerk/Tutorial-Quickstart-Visualization.git"
},
{
"name": "Zeugwerk-Creator",
"url": "https://github.com/Zeugwerk/Zeugwerk-Creator.git"
},
{
"name": "ZCore",
"url": "https://github.com/Zeugwerk/ZCore.git"
},
{
"name": "ZPlatform",
"url": "https://github.com/Zeugwerk/ZPlatform.git"
},
{
"name": "ZAux",
"url": "https://github.com/Zeugwerk/ZAux.git"
},
{
"name": "ZEquipment",
"url": "https://github.com/Zeugwerk/ZEquipment.git"
},
{
"name": "ZApplication",
"url": "https://github.com/Zeugwerk/ZApplication.git"
},
{
"name": "ZEquipmentBeckhoff",
"url": "https://github.com/Zeugwerk/ZEquipmentbeckhoff.git"
},
{
"name": "ZEquipmentCiA402",
"url": "https://github.com/Zeugwerk/ZEquipmentCiA402.git"
},
{
"name": "ZEquipmentPepperlFuchs",
"url": "https://github.com/Zeugwerk/ZEquipmentpepperlfuchs.git"
},
{
"name": "ZExperimental",
"url": "https://github.com/Zeugwerk/ZExperimental.git"
},
{
"name": "Zeugwerk-Deployment",
"url": "https://github.com/Zeugwerk/Zeugwerk-Deployment.git"
}
],
"pipelines": [
"Zeugwerk_Framework/changelog",
"Zeugwerk_Framework/documentation",
"Zeugwerk_Framework/build",
"Zeugwerk_Framework/test",
"Zeugwerk_Framework/staging",
"Zeugwerk_Framework/deploy",
"Zeugwerk_Creator/staging",
"Zeugwerk Deployment/Durst Group AG/branding/",
"Zeugwerk-Development-Kit/changelog",
"Zeugwerk-Development-Kit/staging",
"Zeugwerk-Development-Kit/Quickstart_Visualization",
"Zeugwerk_Apps/Quickstart"
]
}