]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - releng/org.simantics.desktop.rcp.product/simantics-desktop.product
Included Simantics-Desktop product into the platform build.
[simantics/platform.git] / releng / org.simantics.desktop.rcp.product / simantics-desktop.product
diff --git a/releng/org.simantics.desktop.rcp.product/simantics-desktop.product b/releng/org.simantics.desktop.rcp.product/simantics-desktop.product
new file mode 100644 (file)
index 0000000..804eb9d
--- /dev/null
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.5"?>
+
+<product name="Simantics Desktop" uid="Simantics-Desktop" id="org.simantics.desktop.product.desktopProduct" application="org.simantics.workbench.application" version="1.28.0" useFeatures="true" includeLaunchers="true">
+
+   <aboutInfo>
+      <image path="/org.simantics.desktop.ui/icons/simantics256.png"/>
+      <text>
+         The desktop environment for Simantics products.
+      </text>
+   </aboutInfo>
+
+   <configIni use="">
+   </configIni>
+
+   <launcherArgs>
+      <programArgs>--launcher.XXMaxPermSize
+192m
+-fixerrors
+-data
+@noDefault
+-cssTheme
+org.eclipse.e4.ui.css.theme.e4_classic
+      </programArgs>
+      <vmArgs>-ea
+-Xmx500M
+-Xshare:off
+-XX:MaxPermSize=192m
+-Dorg.simantics.workbench.application.showFastViewBars=false
+-Dorg.simantics.workbench.application.showPerspectiveBar=false
+-Dorg.simantics.workbench.application.excludePerspectiveFromTitle=true
+-Djava.util.Arrays.useLegacyMergeSort=true
+-Declipse.workaround.bug467000=true
+      </vmArgs>
+      <vmArgsWin>-Dorg.osgi.framework.os.name=win32
+      </vmArgsWin>
+   </launcherArgs>
+
+   <windowImages i32="/org.simantics.desktop.ui/icons/simantics32.png"/>
+
+   <launcher name="Simantics-Desktop">
+      <solaris/>
+      <win useIco="false">
+         <bmp/>
+      </win>
+   </launcher>
+
+   <vm>
+      <windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</windows>
+   </vm>
+
+   <license>
+        <url>http://www.eclipse.org/legal/epl-v10.html</url>
+   </license>
+
+   <plugins>
+   </plugins>
+
+   <features>
+      <feature id="org.simantics.desktop.product.feature" version="1.0.0.qualifier"/>
+   </features>
+
+
+   <preferencesInfo>
+      <targetfile overwrite="false"/>
+   </preferencesInfo>
+
+   <cssInfo>
+   </cssInfo>
+
+</product>