source: trunk/modelicaml/org.openmodelica.modelicaml.product/ModelicaML.product

Last change on this file was 1632, checked in by wschamai, 12 years ago

BUG FIX: generation of models
REFACTORED: naming

File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<?pde version="3.5"?>
3
4<product name="ModelicaML" id="org.openmodelica.modelicaml.product.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.0.0.qualifier" useFeatures="true" includeLaunchers="true">
5
6   <aboutInfo>
7      <image path="/org.openmodelica.modelicaml.common/icons/logos/ModelicaML_logo_64x64.png"/>
8      <text>
9         ModelicaML is a UML Profile for modeling and simulating of the system dynamic behavior. It enables engineers to formalize system requirements and designs, to simulate designs  and to verify desings againts requirements.
10      </text>
11   </aboutInfo>
12
13   <configIni use="default">
14   </configIni>
15
16   <launcherArgs>
17      <programArgs>-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog</programArgs>
18      <vmArgs>-Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=1024m</vmArgs>
19      <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
20   </launcherArgs>
21
22   <windowImages i16="/org.openmodelica.modelicaml.common/icons/logos/ModelicaML_logo_16x16.png" i32="/org.openmodelica.modelicaml.common/icons/logos/ModelicaML_logo_32x32.png" i48="/org.openmodelica.modelicaml.common/icons/logos/ModelicaML_logo_48x48.png" i64="/org.openmodelica.modelicaml.common/icons/logos/ModelicaML_logo_64x64.png" i128="/org.openmodelica.modelicaml.common/icons/logos/ModelicaML_logo_128x128.png"/>
23
24   <launcher name="ModelicaML">
25      <solaris/>
26      <win useIco="false">
27         <bmp/>
28      </win>
29   </launcher>
30
31   <vm>
32   </vm>
33
34   <license>
35        <url>http://www.openmodelica.org/index.php/home/license</url>
36        <text>
37   THIS PROGRAM IS PROVIDED UNDER THE TERMS OF GPL VERSION 3
38AND THIS OSMC PUBLIC LICENSE (OSMC-PL).
39ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS PROGRAM CONSTITUTES
40RECIPIENT&amp;apos;S ACCEPTANCE OF THE OSMC PUBLIC LICENSE.
41The OpenModelica software and the Open Source Modelica
42Consortium (OSMC) Public License (OSMC-PL) are obtained
43from Linköping University, either from the above address,
44from the URLs: http://www.ida.liu.se/projects/OpenModelica
45or 
46http://www.openmodelica.org, and in the OpenModelica distribution.
47GNU version 3 is obtained from: http://www.gnu.org/copyleft/gpl.html.
48This program is distributed WITHOUT ANY WARRANTY; without
49even the implied warranty of  MERCHANTABILITY or FITNESS
50FOR A PARTICULAR PURPOSE, EXCEPT AS EXPRESSLY SET FORTH
51IN THE BY RECIPIENT SELECTED SUBSIDIARY LICENSE CONDITIONS
52OF OSMC-PL.
53See the full OSMC Public License conditions for more details.
54         </text>
55   </license>
56
57   <plugins>
58   </plugins>
59
60   <features>
61      <feature id="org.eclipse.papyrus.uml.textedit.feature"/>
62      <feature id="org.eclipse.papyrus.uml.feature"/>
63      <feature id="org.eclipse.uml2"/>
64      <feature id="org.eclipse.papyrus.infra.feature"/>
65      <feature id="org.eclipse.papyrus.views.properties.feature"/>
66      <feature id="org.eclipse.papyrus.infra.gmfdiag.feature"/>
67      <feature id="org.eclipse.papyrus.uml.table.feature"/>
68      <feature id="org.eclipse.papyrus.infra.services.feature"/>
69      <feature id="org.eclipse.papyrus.infra.widget.feature"/>
70      <feature id="org.eclipse.papyrus.uml.properties.feature"/>
71      <feature id="org.eclipse.papyrus.infra.core.feature"/>
72      <feature id="org.eclipse.papyrus.uml.tools.feature"/>
73      <feature id="org.eclipse.papyrus.editor.feature"/>
74      <feature id="fr.obeo.acceleo"/>
75      <feature id="org.modelica.mdt"/>
76      <feature id="org.eclipse.xtext.ui"/>
77      <feature id="org.eclipse.papyrus.infra.table.feature"/>
78      <feature id="org.eclipse.papyrus.uml.modelexplorer.feature"/>
79      <feature id="org.eclipse.papyrus.infra.emf.feature"/>
80      <feature id="org.eclipse.papyrus.uml.diagram.feature"/>
81      <feature id="org.eclipse.papyrus.xwt.feature"/>
82      <feature id="org.eclipse.papyrus.customization.feature"/>
83      <feature id="org.eclipse.emf.validation"/>
84      <feature id="org.eclipse.papyrus.infra.queries.feature"/>
85      <feature id="org.eclipse.papyrus.uml.alf.feature"/>
86      <feature id="org.eclipse.xtext.runtime"/>
87      <feature id="org.eclipse.papyrus.infra.discovery.feature"/>
88      <feature id="org.eclipse.papyrus.views.modelexplorer.feature"/>
89      <feature id="org.eclipse.emf.ecore"/>
90      <feature id="org.eclipse.e4.rcp"/>
91      <feature id="org.eclipse.emf.common"/>
92      <feature id="org.openmodelica.modelicaml.feature" version="1.9.1.qualifier"/>
93   </features>
94
95
96</product>
Note: See TracBrowser for help on using the repository browser.