]> gerrit.simantics Code Review - simantics/platform.git/blob - features/org.simantics.spreadsheet.ui.feature/feature.xml
(refs #7375) export visitors package
[simantics/platform.git] / features / org.simantics.spreadsheet.ui.feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feature
3       id="org.simantics.spreadsheet.ui"
4       label="Spreadsheet UI Feature"
5       version="1.1.1.qualifier"
6       provider-name="Semantum Oy">
7
8    <description url="http://www.example.com/description">
9       [Enter Feature Description here.]
10    </description>
11
12    <copyright url="http://www.example.com/copyright">
13       [Enter Copyright Description here.]
14    </copyright>
15
16    <license url="http://www.example.com/license">
17       [Enter License Description here.]
18    </license>
19
20    <includes
21          id="org.simantics.spreadsheet"
22          version="0.0.0"/>
23
24    <includes
25          id="org.simantics.scl"
26          version="0.0.0"/>
27
28    <plugin
29          id="org.simantics.spreadsheet.common"
30          download-size="0"
31          install-size="0"
32          version="0.0.0"
33          unpack="false"/>
34
35    <plugin
36          id="org.simantics.spreadsheet.graph"
37          download-size="0"
38          install-size="0"
39          version="0.0.0"
40          unpack="false"/>
41
42    <plugin
43          id="org.simantics.spreadsheet.ui"
44          download-size="0"
45          install-size="0"
46          version="0.0.0"
47          unpack="false"/>
48
49    <plugin
50          id="it.unimi.dsi.fastutil"
51          download-size="0"
52          install-size="0"
53          version="0.0.0"
54          unpack="false"/>
55
56 </feature>