UNPKG

@ui5/task-adaptation

Version:

Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment

21 lines (20 loc) 734 B
//Flex import AppDescriptorChange from "sap/ui/fl/apply/_internal/flexObjects/AppDescriptorChange"; import Applier from "sap/ui/fl/apply/_internal/changes/descriptor/Applier"; import ApplyUtil from "sap/ui/fl/apply/_internal/changes/descriptor/ApplyUtil"; import RegistrationBuild from "sap/ui/fl/apply/_internal/changes/descriptor/RegistrationBuild"; //OData import URI from "sap/ui/thirdparty/URI"; import V2MetadataConverter from "sap/ui/model/odata/v4/lib/_V2MetadataConverter"; import V4MetadataConverter from "sap/ui/model/odata/v4/lib/_V4MetadataConverter"; export { //Flex AppDescriptorChange, Applier, ApplyUtil, RegistrationBuild, //OData URI, V4MetadataConverter, V2MetadataConverter };