]> gerrit.simantics Code Review - simantics/platform.git/blob - features/org.simantics.structural.feature/feature.xml
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / features / org.simantics.structural.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.structural"
15       label="Structural Modelling Support"
16       version="1.1.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.simantics.scl"
33          version="0.0.0"/>
34
35    <plugin
36          id="org.simantics.mapping"
37          download-size="0"
38          install-size="0"
39          version="0.0.0"
40          unpack="false"/>
41
42    <plugin
43          id="org.simantics.graphviz"
44          download-size="0"
45          install-size="0"
46          version="0.0.0"
47          unpack="false"/>
48
49    <plugin
50          id="org.simantics.graphviz.ui"
51          download-size="0"
52          install-size="0"
53          version="0.0.0"
54          unpack="false"/>
55
56    <plugin
57          id="org.simantics.structural2"
58          download-size="0"
59          install-size="0"
60          version="0.0.0"
61          unpack="false"/>
62
63    <plugin
64          id="org.simantics.structural.ontology"
65          download-size="0"
66          install-size="0"
67          version="0.0.0"
68          unpack="false"/>
69
70    <plugin
71          id="gnu.trove3"
72          download-size="0"
73          install-size="0"
74          version="0.0.0"
75          unpack="false"/>
76
77    <plugin
78          id="org.simantics.structural.synchronization"
79          download-size="0"
80          install-size="0"
81          version="0.0.0"
82          unpack="false"/>
83
84    <plugin
85          id="org.simantics.structural.synchronization.client"
86          download-size="0"
87          install-size="0"
88          version="0.0.0"
89          unpack="false"/>
90 </feature>