]> gerrit.simantics Code Review - simantics/fmil.git/commit
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native. 04/2204/2
authorReino Ruusu <reino.ruusu@semantum.fi>
Tue, 18 Sep 2018 13:24:47 +0000 (16:24 +0300)
committerReino Ruusu <reino.ruusu@semantum.fi>
Wed, 19 Sep 2018 14:37:06 +0000 (17:37 +0300)
commit4bed8078f3f6d15b8539d7357b8815f8bfeec2c4
tree679a9ad4b0c3daf0d973aa8935d700ead1336b41
parent87cc423aefd98832c6c8d0979afc21551f8ceca3
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.

gitlab #8

Refactored code added to FMILibrary during build process into a static
source in FMUSimulator.

Revised Windows and Linux build processes to use local sources for
FMILibrary.

Dockerfile and shell scripts for Linux build refactored to display
compilation messages and fail early.

Change-Id: Ie722eb5ed63e493b596f81c0085517cd87e7c16a
667 files changed:
org.simantics.fmil.core/Dockerfile
org.simantics.fmil.core/linuxbuild/copytovolume.sh
org.simantics.fmil.core/linuxbuild/linuxbuild.sh [changed mode: 0755->0644]
org.simantics.fmil.core/linuxbuild/linuxdebugbuild.sh [changed mode: 0755->0644]
org.simantics.fmil.core/native/.gitignore
org.simantics.fmil.core/native/.gitingore [deleted file]
org.simantics.fmil.core/native/FMILibrary/.gitignore [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/CMakeLists.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/Minizip/CMakeLists.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/config_fmilib.c.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/config_fmilib.h.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/config_stamp.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/config_test.h.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/fmicapi.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/fmiimport.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/fmilib.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/fmilib_doxydoc.conf [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/fmiplatform.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/fmixml.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/fmizip.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/jmutil.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/mergestaticlibs.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/runtime_test.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/test_fmi1.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Config.cmake/test_fmi2.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/FMILIB_Acknowledgements.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/FMILIB_License.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/FMILIB_Readme.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/LICENSE.md [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/README.md [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/compress_test_fmu_zip.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi1_capi_cs_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi1_capi_me_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi1_import_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi1_logger_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi1_logger_test_output.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi1_xml_parsing_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi_import_cs_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi_import_me_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi_import_xml_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi_total_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi_zip_unzip_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmi_zip_zip_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/fmu1_model.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/fmu1_model.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/fmu1_model_cs.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/fmu1_model_defines.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/fmu1_model_me.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/modelDescription_cs.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/modelDescription_cs_tc.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/modelDescription_malformed.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/modelDescription_me.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/jm_vector_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/all_alias/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/all_alias_mixed/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/all_alias_two_sets/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/all_negated_alias/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/all_no_alias/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/all_no_alias_two_sets/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/consistent_bool_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/consistent_enum_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/consistent_int_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/consistent_real_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/consistent_real_start_values2/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/consistent_real_zero_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/consistent_str_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/inconsistent_bool_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/inconsistent_enum_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/inconsistent_int_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/inconsistent_int_start_values2/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/inconsistent_neg_bool_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/inconsistent_neg_enum_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/inconsistent_neg_int_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/inconsistent_neg_real_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/inconsistent_neg_str_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/inconsistent_real_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/inconsistent_str_start_values/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/medium_valid_alias_set/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/alias_validation/small_valid_alias_set/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/deprecated/canSignalEvents/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/a-1/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/a.a/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/a.a123/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/a/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/a1.a3/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/a1/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/a12345678/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/a12345678space/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/a1comma/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/a1space/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/a1space1/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/aspace1/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/aspacebracket1/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/array/n0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/der/adera/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/der/der0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/der/der2/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/der/dera-no-closing-parenthesis/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/der/dera/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/der/dera12/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/der/dera32-no-space/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/der/dera32/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/der/somederthing/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/examples/derderx/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/examples/derx2/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/examples/foo/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/flat/acad/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/flat/q-char-nonescaped/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/implementation/-0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/implementation/0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/implementation/0a/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/implementation/_0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/implementation/a0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/implementation/empty/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/list/acad/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/list/aemptyc/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/list/cba/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/q-name/backslash/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/q-name/chinese/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/q-name/empty/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/q-name/escape/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/q-name/q-char/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/q-name/space/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/standard/derpipe34.T142/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/standard/resistor12.u/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/standard/robot.axis.motor234/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/standard/v_min/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/parser_test_xmls/naming_conventions_xmls/standard/vehicle.engine.speed/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI1/try_to_uncompress_this_file.zip [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmi2_import_cs_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmi2_import_me_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmi2_import_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmi2_import_xml_test.cc [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmi2_xml_parsing_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmu_dummy/fmu2_model.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmu_dummy/fmu2_model.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmu_dummy/fmu2_model_cs.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmu_dummy/fmu2_model_defines.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmu_dummy/fmu2_model_me.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmu_dummy/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmu_dummy/modelDescription_cs.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmu_dummy/modelDescription_malformed.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/fmu_dummy/modelDescription_me.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/a-1/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/a.a/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/a.a123/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/a/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/a1.a3/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/a1/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/a12345678/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/a12345678space/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/a1comma/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/a1space/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/a1space1/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/aspace1/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/aspacebracket1/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/array/n0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/der/adera/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/der/der0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/der/der2/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/der/dera-no-closing-parenthesis/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/der/dera/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/der/dera12/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/der/dera32-no-space/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/der/dera32/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/der/somederthing/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/examples/derderx/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/examples/derx2/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/examples/foo/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/flat/acad/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/flat/q-char-nonescaped/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/implementation/-0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/implementation/0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/implementation/0a/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/implementation/_0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/implementation/a0/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/implementation/empty/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/list/acad/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/list/aemptyc/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/list/cba/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/q-name/backslash/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/q-name/chinese/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/q-name/empty/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/q-name/escape/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/q-name/q-char/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/q-name/space/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/standard/derpipe34.T142/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/standard/resistor12.u/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/standard/robot.axis.motor234/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/standard/v_min/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/standard/vehicle.engine.speed/modelDescription.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/compress_test_fmu_zip.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/fmi_import_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/fmi_zip_unzip_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/fmi_zip_zip_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/jm_vector_test.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/try_to_compress_this_file.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/Test/try_to_uncompress_this_file.zip [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/CMakeModules/README.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/CMakeModules/UseDoxygen/CMakeLists.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/CMakeModules/UseDoxygen/COPYING-CMAKE-SCRIPTS [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/CMakeModules/UseDoxygen/Doxyfile.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/CMakeModules/UseDoxygen/UseDoxygen.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/CMakeModules/UseDoxygen/cmake_uninstall.cmake.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/CMake.README [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/CMakeLists.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/COPYING [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/Changes [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/ConfigureChecks.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/MANIFEST [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/Makefile.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/README [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/aclocal.m4 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/Makefile [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/README.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/expat.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/expat_68k.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/expat_68k.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/expat_68k_handler_stubs.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/expat_base.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/expat_lib.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/expat_vectors.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/include/inline4/expat.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/include/interfaces/expat.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/include/libraries/expat.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/include/proto/expat.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/amiga/launch.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/README.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/all_projects.bpg [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/elements.bpf [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/elements.bpr [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/elements.mak [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expat.bpf [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expat.bpr [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expat.mak [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expat_static.bpf [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expat_static.bpr [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expat_static.mak [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expatw.bpf [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expatw.bpr [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expatw.mak [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expatw_static.bpf [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expatw_static.bpr [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/expatw_static.mak [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/libexpat_mtd.def [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/libexpatw_mtd.def [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/makefile.mak [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/outline.bpf [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/outline.bpr [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/outline.mak [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/setup.bat [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/xmlwf.bpf [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/xmlwf.bpr [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/xmlwf.mak [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/configure [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/configure.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/conftools/PrintPath [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/conftools/ac_c_bigendian_cross.m4 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/conftools/config.guess [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/conftools/config.sub [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/conftools/expat.m4 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/conftools/get-version.sh [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/conftools/install-sh [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/conftools/ltmain.sh [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/conftools/mkinstalldirs [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/doc/expat.png [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/doc/reference.html [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/doc/style.css [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/doc/valid-xhtml10.png [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/doc/xmlwf.1 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/doc/xmlwf.sgml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/examples/elements.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/examples/elements.dsp [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/examples/outline.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/examples/outline.dsp [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/expat.dsw [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/expat.pc.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/expat_config.h.cmake [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/expat_config.h.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/Makefile.MPW [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/amigaconfig.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/ascii.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/asciitab.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/expat.dsp [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/expat.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/expat_external.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/expat_static.dsp [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/expatw.dsp [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/expatw_static.dsp [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/iasciitab.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/internal.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/latin1tab.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/libexpat.def [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/libexpatw.def [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/macconfig.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/nametab.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/utf8tab.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/winconfig.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/xmlparse.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/xmlrole.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/xmlrole.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/xmltok.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/xmltok.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/xmltok_impl.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/xmltok_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/lib/xmltok_ns.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/m4/libtool.m4 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/m4/ltoptions.m4 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/m4/ltsugar.m4 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/m4/ltversion.m4 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/m4/lt~obsolete.m4 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/README.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/benchmark/README.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/benchmark/benchmark.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/benchmark/benchmark.dsp [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/benchmark/benchmark.dsw [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/chardata.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/chardata.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/minicheck.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/minicheck.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/runtests.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/runtestspp.cpp [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/tests/xmltest.sh [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/vms/README.vms [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/vms/descrip.mms [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/vms/expat_config.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/win32/MANIFEST.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/win32/README.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/win32/expat.iss [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/codepage.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/codepage.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/ct.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/filemap.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/readfilemap.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/unixfilemap.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/win32filemap.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/xmlfile.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/xmlfile.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/xmlmime.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/xmlmime.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/xmltchar.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/xmlurl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/xmlwf.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/xmlwf.dsp [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/xmlwf/xmlwin32url.cxx [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/default/FMI1/FMILIB_FMI1_Readme.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/default/FMI1/fmiFunctions.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/default/FMI1/fmiModelFunctions.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/default/FMI1/fmiModelTypes.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/default/FMI1/fmiPlatformTypes.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/default/FMI2/fmi2FunctionTypes.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/default/FMI2/fmi2Functions.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/default/FMI2/fmi2TypesPlatform.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/standard32/FMI1/FMILIB_FMI1_Readme.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/standard32/FMI1/fmiFunctions.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/standard32/FMI1/fmiModelFunctions.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/standard32/FMI1/fmiModelTypes.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/FMI/standard32/FMI1/fmiPlatformTypes.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/Makefile [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/MiniZip64_Changes.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/MiniZip64_info.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/README.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/crypt.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/ioapi.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/ioapi.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/iowin32.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/iowin32.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/make_vms.com [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/miniunz.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/miniunz.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/minizip.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/minizip.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/mztools.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/mztools.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/unzip.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/unzip.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/zip.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Minizip/minizip/zip.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/Makefile.am [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/Makefile.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/CMakeLists.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/ChangeLog [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/FAQ [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/INDEX [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/Makefile [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/Makefile.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/README [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/adler32.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/compress.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/configure [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/crc32.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/crc32.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/deflate.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/deflate.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/doc/algorithm.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/doc/rfc1950.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/doc/rfc1951.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/doc/rfc1952.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/doc/txtvsbin.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/examples/README.examples [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/examples/enough.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/examples/fitblk.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/examples/gun.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/examples/gzappend.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/examples/gzjoin.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/examples/gzlog.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/examples/gzlog.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/examples/zlib_how.html [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/examples/zpipe.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/examples/zran.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/gzclose.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/gzguts.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/gzlib.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/gzread.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/gzwrite.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/infback.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/inffast.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/inffast.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/inffixed.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/inflate.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/inflate.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/inftrees.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/inftrees.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/make_vms.com [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/test/example.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/test/infcover.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/test/minigzip.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/treebuild.xml [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/trees.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/trees.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/uncompr.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/watcom/watcom_f.mak [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/watcom/watcom_l.mak [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/win32/DLL_FAQ.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/win32/Makefile.bor [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/win32/Makefile.emx [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/win32/Makefile.gcc [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/win32/Makefile.msc [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/win32/README-WIN32.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/win32/VisualC.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/win32/zlib.def [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/win32/zlib1.rc [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/zconf.h.cmakein [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/zconf.h.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/zlib.3 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/zlib.3.pdf [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/zlib.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/zlib.map [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/zlib.pc.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/zlib2ansi [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/zutil.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/Zlib/zlib-1.2.6/zutil.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/CMakeLists.txt [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/AUTHORS [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/COPYING [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/ChangeLog [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/INSTALL [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/Makefile.am [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/Makefile.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/NEWS [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/README [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/aclocal.m4 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/autogen.sh [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/config.h.in [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/configure [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/configure.ac [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/depcomp [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/example.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/install-sh [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/m4/snprintf.m4 [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/missing [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/system.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/test.sh [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/CAPI/include/FMI1/fmi1_capi.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/CAPI/include/FMI2/fmi2_capi.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/CAPI/src/FMI1/fmi1_capi.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/CAPI/src/FMI1/fmi1_capi_cs.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/CAPI/src/FMI1/fmi1_capi_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/CAPI/src/FMI1/fmi1_capi_me.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/CAPI/src/FMI2/fmi2_capi.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/CAPI/src/FMI2/fmi2_capi_cs.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/CAPI/src/FMI2/fmi2_capi_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/CAPI/src/FMI2/fmi2_capi_me.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI/fmi_import_context.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI/fmi_import_util.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI1/fmi1_import.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI1/fmi1_import_capabilities.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI1/fmi1_import_capi.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI1/fmi1_import_convenience.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI1/fmi1_import_cosim.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI1/fmi1_import_type.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI1/fmi1_import_unit.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI1/fmi1_import_variable.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI1/fmi1_import_variable_list.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI1/fmi1_import_vendor_annotations.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI2/fmi2_import.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI2/fmi2_import_capi.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI2/fmi2_import_convenience.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI2/fmi2_import_type.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI2/fmi2_import_unit.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI2/fmi2_import_variable.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/include/FMI2/fmi2_import_variable_list.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI/fmi_import_context.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI/fmi_import_context_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI/fmi_import_util.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import_capabilities.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import_capi.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import_convenience.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import_cosim.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import_type.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import_unit.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import_variable.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import_variable_list.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import_variable_list_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI1/fmi1_import_vendor_annotations.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI2/fmi2_import.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI2/fmi2_import_capi.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI2/fmi2_import_convenience.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI2/fmi2_import_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI2/fmi2_import_type.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI2/fmi2_import_unit.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI2/fmi2_import_variable.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI2/fmi2_import_variable_list.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Import/src/FMI2/fmi2_import_variable_list_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/FMI/fmi_util.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/FMI/fmi_version.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/FMI1/fmi1_enums.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/FMI1/fmi1_functions.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/FMI1/fmi1_types.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/FMI2/fmi2_enums.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/FMI2/fmi2_functions.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/FMI2/fmi2_types.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/FMI2/fmi2_xml_callbacks.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/JM/jm_callbacks.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/JM/jm_named_ptr.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/JM/jm_portability.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/JM/jm_stack.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/JM/jm_string_set.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/JM/jm_types.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/JM/jm_vector.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/include/JM/jm_vector_template.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/src/FMI/fmi_util.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/src/FMI/fmi_version.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/src/FMI1/fmi1_enums.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/src/FMI2/fmi2_enums.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/src/JM/jm_callbacks.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/src/JM/jm_named_ptr.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/src/JM/jm_portability.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/Util/src/JM/jm_templates_inst.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/NOTE [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI/fmi_xml_context.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI1/fmi1_xml_capabilities.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI1/fmi1_xml_cosim.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI1/fmi1_xml_model_description.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI1/fmi1_xml_type.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI1/fmi1_xml_unit.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI1/fmi1_xml_variable.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI1/fmi1_xml_vendor_annotations.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI2/fmi2_xml_capabilities.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI2/fmi2_xml_cosim.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI2/fmi2_xml_model_description.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI2/fmi2_xml_model_structure.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI2/fmi2_xml_type.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI2/fmi2_xml_unit.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/include/FMI2/fmi2_xml_variable.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src-gen/FMI1/fmi1_xml_variable_name_lex.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src-gen/FMI1/lex.yyfmi1.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src-gen/FMI2/fmi2_xml_variable_name_lex.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src-gen/FMI2/lex.yyfmi2.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI/fmi_xml_context.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI/fmi_xml_context_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_capabilities.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_capabilities_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_cosim.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_model_description.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_model_description_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_parser.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_parser.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_query.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_query.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_type.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_type_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_unit.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_unit_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_variable.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_variable_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_variable_name_parser.y [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_variable_name_scan.l [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI1/fmi1_xml_vendor_annotations_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_model_description.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_model_description_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_model_structure.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_model_structure_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_parser.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_parser.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_query.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_query.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_type.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_type_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_unit.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_unit_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_variable.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_variable_impl.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_variable_name_parser.y [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_variable_name_scan.l [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/ZIP/include/FMI/fmi_zip_unzip.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/ZIP/include/FMI/fmi_zip_zip.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/ZIP/src/fmi_zip_unzip.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMILibrary/src/ZIP/src/fmi_zip_zip.c [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/.gitignore
org.simantics.fmil.core/native/FMUSimulator/DEBUG_fmilib_shared32.lib
org.simantics.fmil.core/native/FMUSimulator/DEBUG_fmilib_shared64.lib
org.simantics.fmil.core/native/FMUSimulator/FMUSimulator.vcxproj
org.simantics.fmil.core/native/FMUSimulator/FMUSimulator.vcxproj.filters
org.simantics.fmil.core/native/FMUSimulator/fmilib_shared32.lib
org.simantics.fmil.core/native/FMUSimulator/fmilib_shared64.lib
org.simantics.fmil.core/native/FMUSimulator/include/linux/config_test.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/include/linux/fmilib.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/include/linux/fmilib_config.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/include/win32/fmilib.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/include/win32/fmilib64.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/include/win32/fmilib_config.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/include/win32/fmilib_config64.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/include/win64/fmilib.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/include/win64/fmilib_config.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/include/win64/jni_md.h [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/libFMUSimulator.so [new file with mode: 0644]
org.simantics.fmil.core/native/FMUSimulator/src/fmi_util.c [moved from org.simantics.fmil.core/native/FMUSimulator/fmi_util.c.txt with 83% similarity]
org.simantics.fmil.core/native/FMUSolution.sln
org.simantics.fmil.linux64/libraries/debug/fmildebug.log [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/debug/fmusimulatordebug.log [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/debug/libFMUSimulator.so [changed mode: 0755->0644]
org.simantics.fmil.linux64/libraries/debug/libfmilib_shared.so [changed mode: 0755->0644]
org.simantics.fmil.linux64/libraries/debug/libfmu1_dll_cs.so [changed mode: 0755->0644]
org.simantics.fmil.linux64/libraries/debug/libfmu1_dll_me.so [changed mode: 0755->0644]
org.simantics.fmil.linux64/libraries/debug/libfmu2_dll_cs.so [changed mode: 0755->0644]
org.simantics.fmil.linux64/libraries/debug/libfmu2_dll_me.so [changed mode: 0755->0644]
org.simantics.fmil.linux64/libraries/fmil.log [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/fmusimulator.log [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/libFMUSimulator.so [changed mode: 0755->0644]
org.simantics.fmil.linux64/libraries/libfmilib_shared.so [changed mode: 0755->0644]
org.simantics.fmil.linux64/libraries/libfmu1_dll_cs.so [changed mode: 0755->0644]
org.simantics.fmil.linux64/libraries/libfmu1_dll_me.so [changed mode: 0755->0644]
org.simantics.fmil.linux64/libraries/libfmu2_dll_cs.so [changed mode: 0755->0644]
org.simantics.fmil.linux64/libraries/libfmu2_dll_me.so [changed mode: 0755->0644]
org.simantics.fmil.win32/libraries/FMUSimulator.dll
org.simantics.fmil.win32/libraries/fmilib_shared.dll
org.simantics.fmil.win32/libraries/fmu1_dll_cs.dll
org.simantics.fmil.win32/libraries/fmu1_dll_me.dll
org.simantics.fmil.win32/libraries/fmu2_dll_cs.dll
org.simantics.fmil.win32/libraries/fmu2_dll_me.dll
org.simantics.fmil.win64/libraries/FMUSimulator.dll
org.simantics.fmil.win64/libraries/fmilib_shared.dll
org.simantics.fmil.win64/libraries/fmu1_dll_cs.dll
org.simantics.fmil.win64/libraries/fmu1_dll_me.dll
org.simantics.fmil.win64/libraries/fmu2_dll_cs.dll
org.simantics.fmil.win64/libraries/fmu2_dll_me.dll