-
Notifications
You must be signed in to change notification settings - Fork 2
/
.project.json
73 lines (73 loc) · 1.73 KB
/
.project.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
{
"projectType": [
"sap.watt.uitools.ide.fiori",
"com.watt.common.builder.sapui5clientbuild"
],
"build": {
"targetFolder": "dist",
"sourceFolder": "webapp",
"excludedFolders": [
"test"
],
"excludedFiles": [
"test.html"
],
"buildRequired": true,
"lastBuildDateTime": "Mon, 08 Aug 2016 14:50:27 GMT"
},
"dataBinding": {
"/webapp/view/App.view.xml": {
"entitySet": "UNBINDKEY"
},
"/webapp/view/NotFound.view.xml": {
"entitySet": "UNBINDKEY"
},
"/webapp/view/ObjectNotFound.view.xml": {
"entitySet": "UNBINDKEY"
},
"/webapp/view/Worklist.view.xml": {
"entitySet": "Events"
},
"/webapp/view/Object.view.xml": {
"entitySet": "Events"
}
},
"generation": [
{
"templateId": "sap.ui.ui5-template-plugin.1worklist",
"templateVersion": "1.36.2",
"dateTimeStamp": "Mon, 08 Aug 2016 14:11:23 GMT"
}
],
"mockpreview": {
"mockUri": "/com/sap/sapmentors/sitreg/odatapublic/service.xsodata",
"metadataFilePath": "",
"loadJSONFiles": false,
"loadCustomRequests": false,
"mockRequestsFilePath": ""
},
"translation": {
"translationDomain": "",
"supportedLanguages": "en,fr,de",
"defaultLanguage": "en",
"defaultI18NPropertyFile": "i18n.properties",
"resourceModelName": "i18n"
},
"basevalidator": {
"services": {
"xml": "fioriXmlAnalysis",
"js": "fioriJsValidator"
}
},
"codeCheckingTriggers": {
"notifyBeforePush": true,
"notifyBeforePushLevel": "Error",
"blockPush": false,
"blockPushLevel": "Error"
},
"hcpdeploy": {
"account": "s0001142741trial",
"name": "sitregparticipantlist",
"lastVersionWeTriedToDeploy": "0.0.2"
}
}