]> gerrit.simantics Code Review - simantics/fmil.git/commitdiff
(refs #6283) Introduce FMI interface library
authorvillberg <villberg@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 26 Jan 2016 08:51:16 +0000 (08:51 +0000)
committervillberg <villberg@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 26 Jan 2016 08:51:16 +0000 (08:51 +0000)
Initial version

git-svn-id: https://www.simantics.org/svn/simantics/fmi/trunk@32306 ac1ea38d-2e2b-0410-8846-a27921b304fc

org.simantics.fmil.win32/.classpath [new file with mode: 0644]
org.simantics.fmil.win32/.project [new file with mode: 0644]
org.simantics.fmil.win32/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.simantics.fmil.win32/META-INF/MANIFEST.MF [new file with mode: 0644]
org.simantics.fmil.win32/build.properties [new file with mode: 0644]
org.simantics.fmil.win32/libraries/FMUSimulator.dll [new file with mode: 0644]
org.simantics.fmil.win32/libraries/fmilib_shared.dll [new file with mode: 0644]
org.simantics.fmil.win32/libraries/fmu1_dll_cs.dll [new file with mode: 0644]
org.simantics.fmil.win32/libraries/fmu1_dll_me.dll [new file with mode: 0644]
org.simantics.fmil.win32/libraries/fmu2_dll_cs.dll [new file with mode: 0644]
org.simantics.fmil.win32/libraries/fmu2_dll_me.dll [new file with mode: 0644]

diff --git a/org.simantics.fmil.win32/.classpath b/org.simantics.fmil.win32/.classpath
new file mode 100644 (file)
index 0000000..b862a29
--- /dev/null
@@ -0,0 +1,7 @@
+<?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
+       <classpathentry kind="src" path="src"/>\r
+       <classpathentry kind="output" path="bin"/>\r
+</classpath>\r
diff --git a/org.simantics.fmil.win32/.project b/org.simantics.fmil.win32/.project
new file mode 100644 (file)
index 0000000..5b90224
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>org.simantics.fmil.win32</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
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.pde.PluginNature</nature>\r
+               <nature>org.eclipse.jdt.core.javanature</nature>\r
+       </natures>\r
+</projectDescription>\r
diff --git a/org.simantics.fmil.win32/.settings/org.eclipse.jdt.core.prefs b/org.simantics.fmil.win32/.settings/org.eclipse.jdt.core.prefs
new file mode 100644 (file)
index 0000000..295926d
--- /dev/null
@@ -0,0 +1,7 @@
+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
diff --git a/org.simantics.fmil.win32/META-INF/MANIFEST.MF b/org.simantics.fmil.win32/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..567f746
--- /dev/null
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: FMI Library 32-bit Windows Fragment
+Bundle-SymbolicName: org.simantics.fmil.win32
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.simantics.fmil
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))
diff --git a/org.simantics.fmil.win32/build.properties b/org.simantics.fmil.win32/build.properties
new file mode 100644 (file)
index 0000000..41eb6ad
--- /dev/null
@@ -0,0 +1,4 @@
+source.. = src/\r
+output.. = bin/\r
+bin.includes = META-INF/,\\r
+               .\r
diff --git a/org.simantics.fmil.win32/libraries/FMUSimulator.dll b/org.simantics.fmil.win32/libraries/FMUSimulator.dll
new file mode 100644 (file)
index 0000000..a7e6e28
Binary files /dev/null and b/org.simantics.fmil.win32/libraries/FMUSimulator.dll differ
diff --git a/org.simantics.fmil.win32/libraries/fmilib_shared.dll b/org.simantics.fmil.win32/libraries/fmilib_shared.dll
new file mode 100644 (file)
index 0000000..0b18d7a
Binary files /dev/null and b/org.simantics.fmil.win32/libraries/fmilib_shared.dll differ
diff --git a/org.simantics.fmil.win32/libraries/fmu1_dll_cs.dll b/org.simantics.fmil.win32/libraries/fmu1_dll_cs.dll
new file mode 100644 (file)
index 0000000..9553635
Binary files /dev/null and b/org.simantics.fmil.win32/libraries/fmu1_dll_cs.dll differ
diff --git a/org.simantics.fmil.win32/libraries/fmu1_dll_me.dll b/org.simantics.fmil.win32/libraries/fmu1_dll_me.dll
new file mode 100644 (file)
index 0000000..b98c8af
Binary files /dev/null and b/org.simantics.fmil.win32/libraries/fmu1_dll_me.dll differ
diff --git a/org.simantics.fmil.win32/libraries/fmu2_dll_cs.dll b/org.simantics.fmil.win32/libraries/fmu2_dll_cs.dll
new file mode 100644 (file)
index 0000000..5c065a6
Binary files /dev/null and b/org.simantics.fmil.win32/libraries/fmu2_dll_cs.dll differ
diff --git a/org.simantics.fmil.win32/libraries/fmu2_dll_me.dll b/org.simantics.fmil.win32/libraries/fmu2_dll_me.dll
new file mode 100644 (file)
index 0000000..d1a017f
Binary files /dev/null and b/org.simantics.fmil.win32/libraries/fmu2_dll_me.dll differ