-
Notifications
You must be signed in to change notification settings - Fork 1
/
.project.json
63 lines (63 loc) · 1.6 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
{
"projectType": [
"sap.watt.uitools.ide.fiori",
"com.watt.common.builder.sapui5clientbuild"
],
"build": {
"targetFolder": "dist",
"sourceFolder": "webapp",
"buildRequired": true
},
"generation": [
{
"templateId": "ui5template.basicSAPUI5ApplicationProject",
"templateVersion": "1.40.12",
"dateTimeStamp": "Fri, 25 Nov 2016 11:15:53 GMT"
},
{
"templateId": "ui5template.basicSAPUI5ApplicationComponent",
"templateVersion": "1.4.0",
"dateTimeStamp": "Sun, 05 Feb 2017 17:34:46 GMT"
},
{
"templateId": "servicecatalog.connectivityComponent",
"templateVersion": "0.0.0",
"dateTimeStamp": "Wed, 18 Jan 2017 16:54:13 GMT"
}
],
"codeCheckingTriggers": {
"notifyBeforePush": true,
"notifyBeforePushLevel": "Error",
"blockPush": false,
"blockPushLevel": "Error"
},
"translation": {
"translationDomain": "",
"supportedLanguages": "en,fr,de",
"defaultLanguage": "en",
"defaultI18NPropertyFile": "i18n.properties",
"resourceModelName": "i18n"
},
"basevalidator": {
"services": {
"xml": "fioriXmlAnalysis",
"js": "fioriJsValidator"
}
},
"hybrid": {
"FacadeConfig": {
"cordova-plugin-device-orientation": false,
"accelerometer": {},
"compass": {},
"bFacade": false
},
"backendDestination": "BikeRentalApp"
},
"mockpreview": {
"mockUri": "/AbapConnection/sap/opu/odata/SAP/ZWS16_T1_RENTAL_BIKE_ODATA_SRV",
"metadataFilePath": "",
"loadJSONFiles": true,
"loadCustomRequests": false,
"mockRequestsFilePath": ""
}
}