<?xml version="1.0" encoding="UTF-8" ?>
<library xmlns="http://www.sap.com/sap.ui.library.xsd" >

  <name>sap.ui.documentation</name>
  <vendor>SAP SE</vendor>
  <copyright>${copyright}</copyright>
  <version>${version}</version>

  <documentation>SAPUI5 library for the Demokit 2.0.</documentation>

  <dependencies>
    <dependency>
      <libraryName>sap.ui.core</libraryName>
    </dependency>
    <dependency>
      <libraryName>sap.ui.layout</libraryName>
    </dependency>
    <dependency>
      <libraryName>sap.m</libraryName>
    </dependency>
  </dependencies>

  <appData>
    <jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc" >
      <exclude name="sap.ui.documentation.sdk.thirdparty." />
    </jsdoc>
    <!-- excludes for the JSCoverage -->
    <jscoverage xmlns="http://www.sap.com/ui5/buildext/jscoverage" >
      <exclude name="sap.ui.documentation.sdk.thirdparty." />
    </jscoverage>
    <packaging xmlns="http://www.sap.com/ui5/buildext/packaging" version="2.0" >
      <module-infos>
        <raw-module name="sap/ui/documentation/sdk/thirdparty/esprima.js" />
        <raw-module name="sap/ui/documentation/sdk/thirdparty/elasticlunr.js" />
        <raw-module name="sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js" requiresTopLevelScope="false" />
      </module-infos>
      <all-in-one>
        <exclude name="sap/ui/documentation/sdk/thirdparty/" />
      </all-in-one>
    </packaging>
    <!-- Thirdparty references -->
    <thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty" >
      <lib name="esprima" displayName="Esprima" npmName="esprima" version="1.2.2" hash="86db44deddd075b5e8e718500ffddeb8" homepage="http://esprima.org" id="73554900106100003281">
        <license url="http://esprima.org/doc/index.html#license" type="BSD-2-Clause" />
        <copyright>2013 Ariya Hidayat and other contributors</copyright>
        <pattern>sap/ui/documentation/sdk/thirdparty/esprima.js</pattern>
      </lib>
      <lib name="highlight.js" displayName="highlight.js" npmName="highlight.js" hash="b447d2220863c232801f6acfa58b22c0" version="10.4.1" homepage="https://highlightjs.org/" id="73555000106100051976">
        <license url="https://github.com/highlightjs/highlight.js/blob/10.4.1/LICENSE" type="BSD-3-Clause" />
        <copyright>2006-2020, Ivan Sagalaev</copyright>
        <pattern>sap/ui/documentation/sdk/thirdparty/highlight.js/*</pattern>
      </lib>
      <lib name="elasticlunr" displayName="Elasticlunr" npmName="elasticlunr" version="0.9.5" hash="bdc2dbed628a3bb7a62d58b999dd7123" homepage="http://elasticlunr.com/" id="73554900106100021592">
        <license url="https://github.com/weixsong/elasticlunr.js/blob/v0.9.5/LICENSE" type="MIT" />
        <copyright>2017 Wei Song and Oliver Nightingale</copyright>
        <pattern>sap/ui/documentation/sdk/thirdparty/elasticlunr.js</pattern>
      </lib>
      <lib name="datatables" displayName="DataTables" npmName="datatables.net-dt" version="1.10.15" hash="702f56c7e7a339c93e63db3d576f032a" homepage="https://datatables.net/" id="73555000106100009470">
        <license url="https://datatables.net/license/" type="MIT" />
        <copyright>2008-2017 SpryMedia Ltd</copyright>
        <pattern>sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/*</pattern>
      </lib>
      <lib name="datatables-buttons" displayName="Buttons extension for DataTables" npmName="datatables.net-buttons-dt" version="1.4.0" hash="c3c07a5f8257b9d47102459789b372eb" homepage="https://datatables.net/extensions/buttons/" id="73555000106100007649">
        <license url="https://datatables.net/license/" type="MIT" />
        <copyright>2016 SpryMedia Ltd</copyright>
        <pattern>sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/*</pattern>
        <!-- not in PPMS because it is a sub-module of DataTables -->
      </lib>
    </thirdparty>
	<!-- TO BE DONE
    <releasenotes xmlns="http://www.sap.com/ui5/buildext/releasenotes"
        url="../../../../test-resources/sap/ui/documentation/relnotes/changes-{major}.{minor}.json"
        resolve="lib" />
    <ownership xmlns="http://www.sap.com/ui5/buildext/ownership">
        <component>CA-UI5-CTR</component><!- - default component for library, embedded text as a shortcut for <name>text</name> - - >
    </ownership>
	-->
  </appData>

</library>
