-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
ui5.yaml
47 lines (46 loc) · 1 KB
/
ui5.yaml
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
specVersion: "3.1"
metadata:
name: openui5-validator
copyright: |-
openui5-validator
* (c) Copyright 2018-${currentYear} Mauricio Lauffer
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
type: library
framework:
name: OpenUI5
version: 1.120.0
libraries:
- name: sap.ui.core
development: true
- name: sap.m
development: true
- name: themelib_sap_horizon
development: true
builder:
settings:
includeDependency:
- ajv
resources:
excludes:
- "/test/**"
- "/test-resources/**"
libraryPreload:
excludes:
- "openui5/validator/thirdparty/**"
---
specVersion: "3.1"
kind: extension
type: project-shim
metadata:
name: openui5.validator.thirdparty.ajv
shims:
configurations:
ajv:
specVersion: "3.1"
type: module
metadata:
name: ajv
resources:
configuration:
paths:
/resources/openui5/validator/thirdparty/ajv/: "dist/"