]> gerrit.simantics Code Review - simantics/platform.git/blob - features/org.simantics.simulation.feature/feature.xml
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / features / org.simantics.simulation.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.simulation"
15       label="Simulation Support Framework"
16       version="1.1.3.qualifier"
17       provider-name="VTT Technical Research Centre of Finland">
18
19    <description>
20       This feature provides plug-ins supporting modelling and simulation on the Simantics platform.
21    </description>
22
23    <copyright url="http://www.simantics.org/">
24       (c) Copyright VTT Technical Research Centre of Finland.
25    </copyright>
26
27    <license url="http://www.eclipse.org/legal/epl-v10.html">
28       Licensed under Eclipse Public License (EPL) 1.0.
29    </license>
30
31    <requires>
32       <import feature="org.simantics.structural" version="1.0.0" match="compatible"/>
33    </requires>
34
35    <plugin
36          id="org.apache.commons.compress"
37          download-size="0"
38          install-size="0"
39          version="0.0.0"
40          unpack="false"/>
41
42    <plugin
43          id="org.simantics.history"
44          download-size="0"
45          install-size="0"
46          version="0.0.0"
47          unpack="false"/>
48
49    <plugin
50          id="org.simantics.simulation"
51          download-size="0"
52          install-size="0"
53          version="0.0.0"
54          unpack="false"/>
55
56    <plugin
57          id="org.simantics.simulation.ui"
58          download-size="0"
59          install-size="0"
60          version="0.0.0"
61          unpack="false"/>
62
63    <plugin
64          id="org.simantics.simulation.sequences"
65          download-size="0"
66          install-size="0"
67          version="0.0.0"
68          unpack="false"/>
69
70    <plugin
71          id="org.simantics.compressions"
72          download-size="0"
73          install-size="0"
74          version="0.0.0"
75          unpack="false"/>
76
77    <plugin
78          id="org.simantics.lz4"
79          download-size="0"
80          install-size="0"
81          version="0.0.0"
82          unpack="false"/>
83
84 </feature>