-
Notifications
You must be signed in to change notification settings - Fork 11
/
.project.json
79 lines (79 loc) · 1.93 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
74
75
76
77
78
79
{
"projectType": [
"sap.watt.uitools.ide.fiori",
"com.watt.common.builder.sapui5clientbuild"
],
"build": {
"targetFolder": "dist",
"sourceFolder": "webapp",
"excludedFolders": [
"test"
],
"excludedFiles": [
"test.html"
],
"buildRequired": true,
"lastBuildDateTime": "Sat, 22 Oct 2016 16:58:34 GMT"
},
"dataBinding": {
"/webapp/view/App.view.xml": {
"entitySet": "UNBINDKEY"
},
"/webapp/view/NotFound.view.xml": {
"entitySet": "UNBINDKEY"
},
"/webapp/view/DetailObjectNotFound.view.xml": {
"entitySet": "UNBINDKEY"
},
"/webapp/view/DetailNoObjectsAvailable.view.xml": {
"entitySet": "UNBINDKEY"
},
"/webapp/view/Master.view.xml": {
"entitySet": "Events"
},
"/webapp/view/Detail.view.xml": {
"entitySet": "Events"
}
},
"generation": [
{
"templateId": "sap.ui.ui5-template-plugin.2masterdetail",
"templateVersion": "1.36.2",
"dateTimeStamp": "Fri, 01 Jul 2016 15:03:33 GMT"
}
],
"mockpreview": {
"mockUri": "/destinations/HANAMDC/com/sap/sapmentors/sitreg/odataparticipant/service.xsodata/",
"metadataFilePath": "localService/metadata.xml",
"loadJSONFiles": false,
"loadCustomRequests": false,
"mockRequestsFilePath": ""
},
"translation": {
"translationDomain": "",
"supportedLanguages": "en,fr,de",
"defaultLanguage": "en",
"defaultI18NPropertyFile": "i18n.properties",
"resourceModelName": "i18n"
},
"basevalidator": {
"services": {
"xml": "fioriXmlAnalysis",
"js": "jsValidator"
}
},
"codeCheckingTriggers": {
"notifyBeforePush": true,
"notifyBeforePushLevel": "Error",
"blockPush": false,
"blockPushLevel": "Error"
},
"hcpdeploy": {
"account": "s0001142741trial",
"name": "sitregparticipant",
"lastVersionWeTriedToDeploy": "0.0.20"
},
"hybrid.facadeconfig": {
"bFacade": false
}
}