]> gerrit.simantics Code Review - simantics/sysdyn.git/commitdiff
Merged sysdyn to simantics 1.4 branch
authorlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 23 May 2011 15:59:51 +0000 (15:59 +0000)
committerlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 23 May 2011 15:59:51 +0000 (15:59 +0000)
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/branches@21080 ac1ea38d-2e2b-0410-8846-a27921b304fc

simantics-1.4/installer/files/Microsoft.VC90.CRT.setup.exe
simantics-1.4/org.simantics.modelica/META-INF/MANIFEST.MF
simantics-1.4/org.simantics.modelica/plugin.xml [new file with mode: 0644]

index 05d0a05eb7f1e30f7c684adb92fdf9f941da5411..823345da7e8c00e8df3672f2f201f0223edfc1ad 100644 (file)
Binary files a/simantics-1.4/installer/files/Microsoft.VC90.CRT.setup.exe and b/simantics-1.4/installer/files/Microsoft.VC90.CRT.setup.exe differ
index bee6538bb506ed92e911aab914fa9e0460aedd0e..972e7f9024f3bbdb5c0c878119c6d947d035bd6c 100644 (file)
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Modelica
-Bundle-SymbolicName: org.simantics.modelica
+Bundle-SymbolicName: org.simantics.modelica;singleton:=true
 Bundle-Version: 1.0.0.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Require-Bundle: gnu.trove2;bundle-version="2.0.4",
diff --git a/simantics-1.4/org.simantics.modelica/plugin.xml b/simantics-1.4/org.simantics.modelica/plugin.xml
new file mode 100644 (file)
index 0000000..56f10d0
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<?eclipse version="3.4"?>\r
+<plugin>\r
+\r
+   <extension\r
+         id="product"\r
+         point="org.eclipse.core.runtime.products">\r
+      <product\r
+            application="org.simantics.workbench.application"\r
+            name="Modelica">\r
+         <property\r
+               name="appName"\r
+               value="Modelica">\r
+         </property>\r
+      </product>\r
+   </extension>\r
+\r
+</plugin>\r