]> gerrit.simantics Code Review - simantics/platform.git/blob - features/org.simantics.issues.feature/feature.xml
Moved org.simantics.issues.ui.ontology to org.simantics.issues.feature
[simantics/platform.git] / features / org.simantics.issues.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.issues.feature"
15       label="Issue Subsystem"
16       version="1.1.0.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    <plugin
32          id="org.simantics.issues"
33          download-size="0"
34          install-size="0"
35          version="0.0.0"
36          unpack="false"/>
37
38    <plugin
39          id="org.simantics.issues.ontology"
40          download-size="0"
41          install-size="0"
42          version="0.0.0"
43          unpack="false"/>
44
45    <plugin
46          id="org.simantics.issues.common"
47          download-size="0"
48          install-size="0"
49          version="0.0.0"
50          unpack="false"/>
51
52    <plugin
53          id="org.simantics.issues.ui.ontology"
54          download-size="0"
55          install-size="0"
56          version="0.0.0"
57          unpack="false"/>
58
59 </feature>