It is still missing all the shared libraries.
refs #7832
version="0.0.0"\r
unpack="false"/>\r
\r
+ <plugin\r
+ id="org.simantics.fmil.linux64"\r
+ os="linux"\r
+ arch="x86_64"\r
+ download-size="0"\r
+ install-size="0"\r
+ version="0.0.0"\r
+ fragment="true"/>\r
+\r
<plugin\r
id="org.simantics.fmil.win32"\r
os="win32"\r
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>\r
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>\r
+</classpath>\r
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+ <name>org.simantics.fmil.linux64</name>\r
+ <comment></comment>\r
+ <projects>\r
+ </projects>\r
+ <buildSpec>\r
+ <buildCommand>\r
+ <name>org.eclipse.jdt.core.javabuilder</name>\r
+ <arguments>\r
+ </arguments>\r
+ </buildCommand>\r
+ <buildCommand>\r
+ <name>org.eclipse.pde.ManifestBuilder</name>\r
+ <arguments>\r
+ </arguments>\r
+ </buildCommand>\r
+ <buildCommand>\r
+ <name>org.eclipse.pde.SchemaBuilder</name>\r
+ <arguments>\r
+ </arguments>\r
+ </buildCommand>\r
+ <buildCommand>\r
+ <name>org.eclipse.m2e.core.maven2Builder</name>\r
+ <arguments>\r
+ </arguments>\r
+ </buildCommand>\r
+ </buildSpec>\r
+ <natures>\r
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>\r
+ <nature>org.eclipse.pde.PluginNature</nature>\r
+ <nature>org.eclipse.jdt.core.javanature</nature>\r
+ </natures>\r
+</projectDescription>\r
--- /dev/null
+eclipse.preferences.version=1\r
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled\r
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8\r
+org.eclipse.jdt.core.compiler.compliance=1.8\r
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error\r
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error\r
+org.eclipse.jdt.core.compiler.source=1.8\r
--- /dev/null
+activeProfiles=\r
+eclipse.preferences.version=1\r
+resolveWorkspaceProjects=true\r
+version=1\r
--- /dev/null
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: FMI Library 64-bit Linux Fragment
+Bundle-SymbolicName: org.simantics.fmil.linux64
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: Semantum Oy
+Fragment-Host: org.simantics.fmil.core;bundle-version="1.0.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64))
+Eclipse-BundleShape: dir
--- /dev/null
+bin.includes = META-INF/,\\r
+ .,\\r
+ libraries/\r
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>\r
+<project\r
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"\r
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
+ <modelVersion>4.0.0</modelVersion>\r
+\r
+ <parent>\r
+ <groupId>org.simantics.fmi</groupId>\r
+ <artifactId>org.simantics.fmil.parent</artifactId>\r
+ <version>0.0.1-SNAPSHOT</version>\r
+ <relativePath>../org.simantics.fmil.parent</relativePath>\r
+ </parent>\r
+\r
+ <artifactId>org.simantics.fmil.linux64</artifactId>\r
+ <packaging>eclipse-plugin</packaging>\r
+ <version>1.0.0-SNAPSHOT</version>\r
+\r
+ <build>\r
+ <plugins>\r
+ <plugin>\r
+ <groupId>org.eclipse.tycho</groupId>\r
+ <artifactId>target-platform-configuration</artifactId>\r
+ <configuration>\r
+ <environments>\r
+ <environment>\r
+ <os>linux</os>\r
+ <arch>x86_64</arch>\r
+ </environment>\r
+ </environments>\r
+ </configuration>\r
+ </plugin>\r
+ </plugins>\r
+ </build>\r
+\r
+</project>\r
<modules>\r
<module>../org.simantics.fmil.core</module>\r
<module>../org.simantics.fmil.feature</module>\r
+ <module>../org.simantics.fmil.linux64</module>\r
<module>../org.simantics.fmil.win32</module>\r
<module>../org.simantics.fmil.win64</module>\r
<module>../org.simantics.fmil.repository</module>\r