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

	<name>sap.ui.richtexteditor</name>
	<vendor>SAP SE</vendor>
	<copyright>SAPUI5
 * (c) Copyright 2009-2021 SAP SE. All rights reserved.</copyright>
	<version>1.96.45</version>

	<documentation>A rich text editor (RTE) control. Requires installation of an additional rich text editor library.</documentation>

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

	<appData>
		<selenium xmlns="http://www.sap.com/ui5/buildext/selenium" package="com.sap.ui5.selenium.richtexteditor" />
		<jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc" >
			<exclude name="sap.ui.richtexteditor.js." />
		</jsdoc>
		<!-- demokit module app -->
		<documentation xmlns="http://www.sap.com/ui5/buildext/documentation"
			indexUrl="../../../../test-resources/sap/ui/richtexteditor/demokit/docuindex.json"
			resolve="lib" />
		<!-- excludes for the JSCoverage -->
		<jscoverage xmlns="http://www.sap.com/ui5/buildext/jscoverage" >
			<exclude name="sap.ui.richtexteditor.js." />
		</jscoverage>
		<packaging xmlns="http://www.sap.com/ui5/buildext/packaging" version="2.0" >
			<all-in-one>
				<exclude name="sap/ui/richtexteditor/js/" />
			</all-in-one>
		</packaging>
		<releasenotes xmlns="http://www.sap.com/ui5/buildext/releasenotes"
			url="../../../../test-resources/sap/ui/richtexteditor/relnotes/changes-{major}.{minor}.json"
			resolve="lib" />
		<ownership xmlns="http://www.sap.com/ui5/buildext/ownership">
			<component>CA-UI5-CTR-RIL</component><!-- default component for library, embedded text as a shortcut for <name>text</name> -->
		</ownership>

		<thirdparty xmlns="http://www.sap.com/ui5/buildext/thirdparty" >
			<lib name="TinyMCE-6" displayName="TinyMCE 6.8.5" npmName="tinymce" version="6.8.5-39" npmVersion="6.8.5" hash="fe8f93b7237f15d0f3d0a14503d2e948" homepage="https://www.tiny.cloud/" id="73555000100200021465">
				<license url="https://about.tiny.cloud/legal/" type="Commercial"/>
				<copyright>Tiny Technologies, Inc.</copyright>
				<pattern>sap/ui/richtexteditor/js/tiny_mce6/*</pattern>
			</lib>
			<lib name="TinyMCE-7" displayName="TinyMCE 7.7.2" npmName="tinymce" version="7.7.2" npmVersion="7.7.2" hash="044b1f609f9cd3ccaba217af7cb3989a" homepage="https://www.tiny.cloud/" id="73555000100200021467">
				<license url="https://about.tiny.cloud/legal/" type="Commercial"/>
				<copyright>Tiny Technologies, Inc.</copyright>
				<pattern>sap/ui/richtexteditor/js/tiny_mce7/*</pattern>
			</lib>
		</thirdparty>

	</appData>

</library>
