]> gerrit.simantics Code Review - simantics/platform.git/blob - features/org.simantics.modeling.feature/feature.xml
Remove all dependencies on javax.vecmath.
[simantics/platform.git] / features / org.simantics.modeling.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.modeling"
15       label="Basic Structural Modeling"
16       version="1.5.12.qualifier"
17       provider-name="VTT Technical Research Centre of Finland">
18
19    <description>
20       This feature provides plug-ins for basic structural modeling 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    <includes
32          id="com.lowagie.text"
33          version="0.0.0"/>
34
35    <includes
36          id="org.simantics.structural"
37          version="0.0.0"/>
38
39    <includes
40          id="org.simantics.g2d"
41          version="0.0.0"/>
42
43    <includes
44          id="org.simantics.browsing.ui"
45          version="0.0.0"/>
46
47    <includes
48          id="org.simantics.spreadsheet"
49          version="0.0.0"/>
50
51    <includes
52          id="org.simantics.spreadsheet.ui"
53          version="0.0.0"/>
54
55    <includes
56          id="org.simantics.simulation"
57          version="0.0.0"/>
58
59    <includes
60          id="org.simantics.migration"
61          version="0.0.0"/>
62
63    <includes
64          id="org.simantics.charts"
65          version="0.0.0"/>
66
67    <includes
68          id="org.simantics.selectionview"
69          version="0.0.0"/>
70
71    <plugin
72          id="org.simantics.modeling.ui"
73          download-size="0"
74          install-size="0"
75          version="0.0.0"
76          unpack="false"/>
77
78    <plugin
79          id="org.simantics.modeling"
80          download-size="0"
81          install-size="0"
82          version="0.0.0"
83          unpack="false"/>
84
85    <plugin
86          id="org.simantics.structural.ui"
87          download-size="0"
88          install-size="0"
89          version="0.0.0"
90          unpack="false"/>
91
92    <plugin
93          id="org.simantics.modeling.template2d.ui"
94          download-size="0"
95          install-size="0"
96          version="0.0.0"
97          unpack="false"/>
98
99    <plugin
100          id="org.simantics.annotation.ui"
101          download-size="0"
102          install-size="0"
103          version="0.0.0"
104          unpack="false"/>
105
106    <plugin
107          id="org.eclipse.nebula.widgets.nattable.core"
108          download-size="0"
109          install-size="0"
110          version="0.0.0"
111          unpack="false"/>
112
113    <plugin
114          id="org.eclipse.nebula.widgets.cdatetime"
115          download-size="0"
116          install-size="0"
117          version="0.0.0"
118          unpack="false"/>
119
120    <plugin
121          id="org.apache.commons.lang"
122          download-size="0"
123          install-size="0"
124          version="0.0.0"
125          unpack="false"/>
126
127    <plugin
128          id="org.eclipse.nebula.cwt"
129          download-size="0"
130          install-size="0"
131          version="0.0.0"
132          unpack="false"/>
133
134 </feature>