]> gerrit.simantics Code Review - simantics/platform.git/blob - features/org.simantics.db.services.feature/feature.xml
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / features / org.simantics.db.services.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.services"
15       label="Simantics Database Services"
16       version="1.1.1.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.eclipse.equinox.p2.user.ui"
33          version="0.0.0"/>
34
35    <includes
36          id="org.simantics.scl"
37          version="0.0.0"/>
38
39    <requires>
40       <import feature="org.simantics.layer0" version="1.2.0" match="compatible"/>
41       <import feature="org.simantics.db.client" version="1.2.0" match="compatible"/>
42    </requires>
43
44    <plugin
45          id="org.simantics.db.services"
46          download-size="0"
47          install-size="0"
48          version="0.0.0"
49          unpack="false"/>
50
51    <plugin
52          id="org.simantics.db.layer0"
53          download-size="0"
54          install-size="0"
55          version="0.0.0"
56          unpack="false"/>
57
58    <plugin
59          id="org.simantics.db.management"
60          download-size="0"
61          install-size="0"
62          version="0.0.0"
63          unpack="false"/>
64
65    <plugin
66          id="org.simantics.db.indexing"
67          download-size="0"
68          install-size="0"
69          version="0.0.0"
70          unpack="false"/>
71
72    <plugin
73          id="org.simantics.scl.db"
74          download-size="0"
75          install-size="0"
76          version="0.0.0"
77          unpack="false"/>
78
79 </feature>