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

  <name>sap.ui.commons</name>
  <vendor>SAP SE</vendor>
  <copyright>OpenUI5
 * (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
 * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
  <version>1.84.0</version>

  <documentation>Common basic controls, mainly intended for desktop scenarios</documentation>

  <deprecation since="1.38">
Instead of using this desktop-only library, applications should be built as responsive apps, using sap.m 
(and other libraries). Some of the controls in sap.ui.commons.layout have been replaced by the new dedicated 
layout library called sap.ui.layout, which runs on the same platforms as sap.m. Some of the old controls 
have been made available again through the non-deprecated sap.ui.unified library (e.g. FileUploader, Menu), 
which also runs on the same platforms as sap.m. Some concepts such as Accordion and Row Repeater have been 
abandoned completely.
  </deprecation>
  
  <dependencies>
    <dependency>
      <libraryName>sap.ui.core</libraryName>
    </dependency>
    <dependency>
      <libraryName>sap.ui.layout</libraryName>
    </dependency>
    <dependency>
      <libraryName>sap.ui.unified</libraryName>
    </dependency>
  </dependencies>

  <appData>
    <selenium xmlns="http://www.sap.com/ui5/buildext/selenium" package="com.sap.ui5.selenium.commons" />
    <!-- excludes for the JSCoverage -->
    <jscoverage xmlns="http://www.sap.com/ui5/buildext/jscoverage" >
        <exclude name="sap.ui.commons.js." />
        <exclude name="sap.ui.commons.DatePicker*" />
    </jscoverage>
    <releasenotes xmlns="http://www.sap.com/ui5/buildext/releasenotes"
        url="../../../../test-resources/sap/ui/commons/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> -->
        <component>
            <name>CA-UI5-TBL</name>
            <modules>
                <module>sap/ui/commons/layout/AbsoluteLayout</module>
            </modules>
        </component>
    </ownership>
  </appData>

</library>
