﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5420	All Opened Libraries Are Included in Resource Folder FMU	Arinomo <trista.arinomo@…>	Martin Sjölund	"{{{
model PathTest
import Files = Modelica.Utilities.Files;
  Modelica.Blocks.Sources.CombiTimeTable combiTimeTable1(extrapolation = Modelica.Blocks.Types.Extrapolation.HoldLastPoint, fileName = Files.loadResource(""modelica://MY_Tables/LookUp/myTable.txt""), smoothness = Modelica.Blocks.Types.Smoothness.ConstantSegments, tableName = ""Test"", tableOnFile = true)  annotation(
    Placement(visible = true, transformation(origin = {0, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
equation

annotation(
    Icon(coordinateSystem(preserveAspectRatio = false)));end PathTest; 
}}}

Exporting model as FMU resulted in all libraries that currently open in OMEdit be included in resource folder regardless it was used or not."	defect	closed	high	1.14.0	FMI		fixed	FMU resource	
