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

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

  <documentation>Controls that implement the SAP User Experience (UX) Guidelines 3.0</documentation>

  <deprecation since="1.38">
This library contains more complex UI controls that were based on sap.ui.commons along the UX3 design approach.
The sap.m library - successor to sap.ui.commons - implements SAP’s new SAP Fiori design 
[http://experience.sap.com/fiori-design/], which supersedes UX3. As such, the sap.ui.ux3 library is also deprecated. 
Some of the UX3 concepts are reflected in SAP Fiori, some have been abandoned.
  </deprecation>

  <dependencies>
    <dependency>
      <libraryName>sap.ui.core</libraryName>
    </dependency>
    <dependency>
      <libraryName>sap.ui.commons</libraryName>
    </dependency>
    <dependency>
      <libraryName>sap.ui.unified</libraryName>
      <lazy>true</lazy>
    </dependency>
  </dependencies>

  <appData>
    <selenium xmlns="http://www.sap.com/ui5/buildext/selenium" package="com.sap.ui5.selenium.ux3" />
    <!-- excludes for the JSCoverage -->
    <jscoverage xmlns="http://www.sap.com/ui5/buildext/jscoverage" >
      <exclude name="sap.ui.ux3.js." />
    </jscoverage>
    <releasenotes xmlns="http://www.sap.com/ui5/buildext/releasenotes"
        url="../../../../test-resources/sap/ui/ux3/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>
