]> gerrit.simantics Code Review - simantics/platform.git/blob - features/org.simantics.workbench.feature/feature.xml
Removed deprecated ProCore matter to make the platform less heavy
[simantics/platform.git] / features / org.simantics.workbench.feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     Copyright (c) 2007, 2010 Association for Decentralized Information Management
4     in Industry THTH ry.
5     All rights reserved. This program and the accompanying materials
6     are made available under the terms of the Eclipse Public License v1.0
7     which accompanies this distribution, and is available at
8     http://www.eclipse.org/legal/epl-v10.html
9
10     Contributors:
11         VTT Technical Research Centre of Finland - initial API and implementation
12  -->
13 <feature
14       id="org.simantics.workbench"
15       label="Simantics Workbench"
16       version="1.26.0.qualifier"
17       provider-name="VTT Technical Research Centre of Finland"
18       plugin="org.simantics.workbench">
19
20    <description url="http://www.example.com/description">
21       [Enter Feature Description here.]
22    </description>
23
24    <copyright url="http://www.example.com/copyright">
25       [Enter Copyright Description here.]
26    </copyright>
27
28    <license url="http://www.example.com/license">
29       [Enter License Description here.]
30    </license>
31
32    <includes
33          id="org.simantics.platform.ui"
34          version="0.0.0"/>
35
36    <includes
37          id="org.simantics.help"
38          version="0.0.0"/>
39
40    <plugin
41          id="org.simantics.application"
42          download-size="0"
43          install-size="0"
44          version="0.0.0"
45          unpack="false"/>
46
47    <plugin
48          id="org.simantics.workbench.ontology"
49          download-size="0"
50          install-size="0"
51          version="0.0.0"
52          unpack="false"/>
53
54    <plugin
55          id="freemarker"
56          download-size="0"
57          install-size="0"
58          version="0.0.0"
59          unpack="false"/>
60
61    <plugin
62          id="org.simantics.workbench.search"
63          download-size="0"
64          install-size="0"
65          version="0.0.0"
66          unpack="false"/>
67
68    <plugin
69          id="org.simantics.workbench"
70          download-size="0"
71          install-size="0"
72          version="0.0.0"
73          unpack="false"/>
74
75 </feature>