]> gerrit.simantics Code Review - simantics/platform.git/blob - features/org.simantics.db.client.feature/feature.xml
Resolve some dependency problems with SDK features
[simantics/platform.git] / features / org.simantics.db.client.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.db.client"
15       label="Simantics Database Client Framework"
16       version="1.2.5.qualifier"
17       provider-name="VTT Technical Research Centre of Finland">
18
19    <description url="http://www.example.com/description">
20       [Enter Feature Description here.]
21    </description>
22
23    <copyright url="http://www.example.com/copyright">
24       [Enter Copyright Description here.]
25    </copyright>
26
27    <license url="http://www.example.com/license">
28       [Enter License Description here.]
29    </license>
30
31    <includes
32          id="org.apache.lucene4"
33          version="0.0.0"/>
34
35    <plugin
36          id="org.simantics.db"
37          download-size="0"
38          install-size="0"
39          version="0.0.0"
40          unpack="false"/>
41
42    <plugin
43          id="org.simantics.db.common"
44          download-size="0"
45          install-size="0"
46          version="0.0.0"
47          unpack="false"/>
48
49    <plugin
50          id="org.simantics.db.procore"
51          download-size="0"
52          install-size="0"
53          version="0.0.0"
54          unpack="false"/>
55
56    <plugin
57          id="org.simantics.fastlz"
58          download-size="0"
59          install-size="0"
60          version="0.0.0"
61          unpack="false"/>
62
63    <plugin
64          id="org.simantics.db.impl"
65          download-size="0"
66          install-size="0"
67          version="0.0.0"
68          unpack="false"/>
69
70    <plugin
71          id="org.simantics.db.server"
72          download-size="0"
73          install-size="0"
74          version="0.0.0"/>
75
76    <plugin
77          id="org.simantics.acorn"
78          download-size="0"
79          install-size="0"
80          version="0.0.0"
81          unpack="false"/>
82
83    <plugin
84          id="org.simantics.databoard"
85          download-size="0"
86          install-size="0"
87          version="0.0.0"
88          unpack="false"/>
89
90    <plugin
91          id="org.simantics.graph"
92          download-size="0"
93          install-size="0"
94          version="0.0.0"
95          unpack="false"/>
96
97    <plugin
98          id="org.simantics.graph.db"
99          download-size="0"
100          install-size="0"
101          version="0.0.0"
102          unpack="false"/>
103
104    <plugin
105          id="gnu.trove3"
106          download-size="0"
107          install-size="0"
108          version="0.0.0"
109          unpack="false"/>
110
111    <plugin
112          id="org.simantics.datatypes"
113          download-size="0"
114          install-size="0"
115          version="0.0.0"
116          unpack="false"/>
117
118    <plugin
119          id="org.simantics.simulator.variable"
120          download-size="0"
121          install-size="0"
122          version="0.0.0"
123          unpack="false"/>
124
125    <plugin
126          id="org.simantics.backup"
127          download-size="0"
128          install-size="0"
129          version="0.0.0"
130          unpack="false"/>
131
132    <plugin
133          id="org.simantics.compressions"
134          download-size="0"
135          install-size="0"
136          version="0.0.0"
137          unpack="false"/>
138
139 </feature>