sa.product 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?pde version="3.5"?>
  3. <product name="Semantic Adaptation" uid="be.uantwerpen.ansymo.semanticadaptation.platform.product" id="be.uantwerpen.ansymo.semanticadaptation.platform.product" application="org.eclipse.ui.ide.workbench" version="1.0.0.qualifier" useFeatures="true" includeLaunchers="true">
  4. <aboutInfo>
  5. <image path="/icons/ctool128/overture_misc.png"/>
  6. <text>
  7. %aboutText
  8. </text>
  9. </aboutInfo>
  10. <configIni use="default">
  11. </configIni>
  12. <launcherArgs>
  13. <vmArgs>-Xmx512m -Dosgi.requiredJavaVersion=1.8
  14. </vmArgs>
  15. <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
  16. </vmArgsMac>
  17. </launcherArgs>
  18. <windowImages i16="/icons/ctool16/overture_misc.png" i32="/icons/ctool32/overture_misc.png" i48="/icons/ctool48/overture_misc.png" i64="/icons/ctool64/overture_misc.png" i128="/icons/ctool128/overture_misc.png"/>
  19. <splash
  20. location="be.uantwerpen.ansymo.semanticadaptation.ide.platform"
  21. startupProgressRect="75,235,300,20"
  22. startupMessageRect="75,250,300,15"
  23. startupForegroundColor="FFFFFF" />
  24. <launcher name="SA">
  25. <solaris/>
  26. <win useIco="true">
  27. <bmp/>
  28. </win>
  29. </launcher>
  30. <intro introId="org.overture.ide.platform.intro"/>
  31. <vm>
  32. </vm>
  33. <license>
  34. <url>www.overturetool.org</url>
  35. <text>
  36. Overture Tools
  37. Overture is an open source tool for the Vienna Development Method (VDM).
  38. The tool supports different VDM dialects which include the ISO VDM-SL
  39. standard, as well as the object-oriented extension VDM++ and the real-time
  40. extension of that called VDM-RT.
  41. Copyright (C) 2010 Overture contributors and others
  42. This program is free software: you can redistribute it and/or modify
  43. it under the terms of the GNU General Public License as published by
  44. the Free Software Foundation, either version 3 of the License, or
  45. (at your option) any later version.
  46. This program is distributed in the hope that it will be useful,
  47. but WITHOUT ANY WARRANTY; without even the implied warranty of
  48. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  49. GNU General Public License for more details.
  50. You should have received a copy of the GNU General Public License
  51. along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.
  52. </text>
  53. </license>
  54. <plugins>
  55. </plugins>
  56. <features>
  57. <feature id="org.eclipse.equinox.p2.core.feature"/>
  58. <feature id="org.eclipse.platform"/>
  59. <feature id="org.eclipse.rcp"/>
  60. <feature id="org.eclipse.help"/>
  61. <feature id="org.eclipse.emf.ecore"/>
  62. <feature id="org.eclipse.e4.rcp"/>
  63. <feature id="org.eclipse.emf.common"/>
  64. <feature id="org.eclipse.equinox.p2.rcp.feature"/>
  65. <feature id="org.eclipse.equinox.p2.user.ui"/>
  66. <feature id="org.eclipse.equinox.p2.extras.feature"/>
  67. <feature id="be.uantwerpen.ansymo.semanticadaptation.features.core" version="1.0.0.qualifier"/>
  68. <feature id="org.eclipse.ecf.filetransfer.httpclient4.feature"/>
  69. <feature id="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature"/>
  70. <feature id="org.eclipse.ecf.core.feature"/>
  71. <feature id="org.eclipse.ecf.filetransfer.feature"/>
  72. <feature id="org.eclipse.ecf.core.ssl.feature"/>
  73. <feature id="org.eclipse.ecf.filetransfer.ssl.feature"/>
  74. </features>
  75. <configurations>
  76. <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
  77. <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
  78. <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
  79. <plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="4" />
  80. <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
  81. <plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="4" />
  82. <property name="DELETE.FOR.RELEASE.osgi.instance.area.default" value="@user.home/Documents/Overture/workspace" />
  83. <property name="org.eclipse.update.reconcile" value="false" />
  84. </configurations>
  85. <preferencesInfo>
  86. <targetfile overwrite="false"/>
  87. </preferencesInfo>
  88. <cssInfo>
  89. </cssInfo>
  90. </product>