]> gerrit.simantics Code Review - simantics/fmil.git/commit - org.simantics.fmil.parent/pom.xml
Changed FMIL core and fragments logic to properly find files 64/1664/5
authormeklund <miro.eklund@semantum.fi>
Thu, 29 Mar 2018 10:53:16 +0000 (13:53 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 29 Mar 2018 13:54:57 +0000 (15:54 +0200)
commitb74cf2632ea8a42163add129b4fe8ec36a4f39d1
tree2b515e3645755de2db14bfbe44c533911f356963
parenta5066bf1deec1505c41457cdf06694344aa9f41a
Changed FMIL core and fragments logic to properly find files

Required .dll and .so files on window and linux are found in fragments
.win32, .win64 and .linux64. Added a "Requires-Capability" and
"Provides-Capability" tag to the project's MANIFEST.MF files, which now
correctly resolves the fragments on Linux and Windows.

Also added first build of linux FMI shared object files (still missing
FMUSimulator.so!)

Amend 1: Updated to tycho 1.1.0 build

Amend 2: Added README.md to linux64 FMI Library with build from source
instructions

Change-Id: I5cfd24d1890c73eb4f39effbb7e26a67ef920df9
17 files changed:
org.simantics.fmil.core/META-INF/MANIFEST.MF
org.simantics.fmil.core/src/org/simantics/fmil/core/FMIL.java
org.simantics.fmil.linux64/META-INF/MANIFEST.MF
org.simantics.fmil.linux64/README.md [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/debug/libfmilib_shared.so [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/debug/libfmu1_dll_cs.so [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/debug/libfmu1_dll_me.so [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/debug/libfmu2_dll_cs.so [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/debug/libfmu2_dll_me.so [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/libfmilib_shared.so [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/libfmu1_dll_cs.so [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/libfmu1_dll_me.so [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/libfmu2_dll_cs.so [new file with mode: 0644]
org.simantics.fmil.linux64/libraries/libfmu2_dll_me.so [new file with mode: 0644]
org.simantics.fmil.parent/pom.xml
org.simantics.fmil.win32/META-INF/MANIFEST.MF
org.simantics.fmil.win64/META-INF/MANIFEST.MF