forked from SAP/openui5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.repo
25 lines (23 loc) · 1.44 KB
/
.repo
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
<?xml version="1.0" encoding="UTF-8" ?>
<library xmlns="http://www.sap.com/sap.ui.repo.xsd">
<appData>
<!-- Thirdparty references -->
<thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty" >
<lib name="less" displayName="LESS" version="1.6.3" homepage="http://lesscss.org/">
<license url="https://raw.github.com/cloudhead/less.js/master/LICENSE" type="Apache-2.0" />
<copyright>2009-2014, Alexis Sellier <[email protected]></copyright>
<pattern>src/testsuite-utils/src/main/resources/META-INF/less/less.js</pattern>
</lib>
<lib name="ajv" displayName="ajv" version="6.12.3" homepage="https://ajv.js.org/">
<license url="https://ajv.js.org/license.html" type="MIT"></license>
<copyright>2015-2017 Evgeny Poberezkin</copyright>
<pattern>../test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js</pattern>
</lib>
<lib name="jsdoc-3.6.7" displayName="JSDoc 3" version="3.6.7" homepage="https://github.com/jsdoc/jsdoc">
<license url="https://github.com/jsdoc/jsdoc/blob/master/LICENSE" type="Apache-2.0" />
<copyright>2011-present Michael Mathews [email protected] and the contributors to JSDoc</copyright>
<pattern partial="true" otherContent="SAP" explanation="plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)">lib/jsdoc/ui5/plugin.js</pattern>
</lib>
</thirdparty>
</appData>
</library>