]> gerrit.simantics Code Review - simantics/platform.git/blob - features/org.simantics.platform.ui.feature/feature.xml
f5148b1d741f03b2f039b1f5438b12400b7488be
[simantics/platform.git] / features / org.simantics.platform.ui.feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feature
3       id="org.simantics.platform.ui"
4       label="Simantics Platform UI Base"
5       version="1.26.0.qualifier"
6       provider-name="VTT Technical Research Centre of Finland">
7
8    <description>
9       This feature contains the basic platform for Simantics and its
10 user interface Simantics Workbench.
11 Although this feature contains supporting user interface components,
12 it does not contain any workbench perspectives. Those are provided
13 by other features.
14
15 The purpose of this feature is to gather the most basic reused parts of
16 the Simantics and eclipse platforms into a single feature to be included
17 in product level features. Therefore only include this feature into
18 product level features and use it as a dependency of other
19 reusable components implemented on top of the platform.
20    </description>
21
22    <copyright url="http://www.simantics.org/">
23       (c) Copyright VTT Technical Research Centre of Finland.
24    </copyright>
25
26    <license url="http://www.eclipse.org/legal/epl-v10.html">
27       Licensed under Eclipse Public License (EPL) 1.0.
28    </license>
29
30    <includes
31          id="org.simantics.platform"
32          version="0.0.0"/>
33
34    <includes
35          id="org.simantics.utils.ui.feature"
36          version="0.0.0"/>
37
38    <includes
39          id="org.simantics.ui.workbench"
40          version="0.0.0"/>
41
42    <includes
43          id="org.simantics.simulation"
44          version="0.0.0"/>
45
46    <includes
47          id="org.simantics.g2d"
48          version="0.0.0"/>
49
50    <includes
51          id="org.simantics.browsing.ui"
52          version="0.0.0"/>
53
54    <includes
55          id="org.simantics.image"
56          version="0.0.0"/>
57
58    <includes
59          id="org.simantics.wiki.ui.feature"
60          version="0.0.0"/>
61
62    <includes
63          id="org.simantics.export"
64          version="0.0.0"/>
65
66    <includes
67          id="org.simantics.document.base"
68          version="0.0.0"/>
69
70    <includes
71          id="org.simantics.document.swt"
72          version="0.0.0"/>
73
74    <plugin
75          id="org.simantics.document.ui"
76          download-size="0"
77          install-size="0"
78          version="0.0.0"
79          unpack="false"/>
80
81    <plugin
82          id="org.simantics.document.ui.ontology"
83          download-size="0"
84          install-size="0"
85          version="0.0.0"
86          unpack="false"/>
87
88    <plugin
89          id="org.simantics.silk.ontology"
90          download-size="0"
91          install-size="0"
92          version="0.0.0"
93          unpack="false"/>
94
95    <plugin
96          id="org.simantics.graphfile"
97          download-size="0"
98          install-size="0"
99          version="0.0.0"
100          unpack="false"/>
101
102    <plugin
103          id="org.simantics.graphfile.ontology"
104          download-size="0"
105          install-size="0"
106          version="0.0.0"
107          unpack="false"/>
108
109    <plugin
110          id="org.simantics.platform.ui.ontology"
111          download-size="0"
112          install-size="0"
113          version="0.0.0"
114          unpack="false"/>
115
116 </feature>