-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.project.json
49 lines (49 loc) · 1.1 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
{
"mockpreview": {
"mockUri": "/sap/opu/odata/sap/SEPMRA_SHOP",
"loadCustomRequests": true,
"loadJSONFiles": true,
"metadataFilePath": "../localService/metadata.xml",
"mockRequestsFilePath": "../localService/MockRequests.js"
},
"hcpdeploy": {
"account": "fiori",
"name": "nwepmrefappsshop",
"entryPath": "webapp"
},
"generation": [
{
"templateId": "sap.ui.ui5-template-plugin.1worklist",
"templateVersion": "1.32.0",
"dateTimeStamp": "Thu, 13 Aug 2015 11:20:17 GMT"
}
],
"translation": {
"translationDomain": "BC",
"supportedLanguages": "en",
"defaultLanguage": "en",
"defaultI18NPropertyFile": "i18n.properties",
"resourceModelName": "i18n"
},
"appparams": [
{
"paramName": "sap-ui-xx-lesssupport",
"paramValue": "true",
"paramActive": true
}
],
"basevalidator": {
"validators": [
{
"validatorID": "fioriJsValidator"
},
{
"validatorID": "fioriXmlAnalysis"
}
],
"services": {
"js": "fioriJsValidator",
"xml": "fioriXmlAnalysis"
}
}
}