]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk.lib.feature/feature.xml
Refactoring small features to common classes
[simantics/3d.git] / vtk.lib.feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feature
3       id="vtk.lib"
4       label="VTK Feature"
5       version="5.10.0.qualifier"
6       os="win32"
7       arch="x86_64">
8
9    <description url="http://www.example.com/description">
10       [Enter Feature Description here.]
11    </description>
12
13    <copyright url="http://www.example.com/copyright">
14       [Enter Copyright Description here.]
15    </copyright>
16
17    <license url="http://www.example.com/license">
18       [Enter License Description here.]
19    </license>
20
21    <plugin
22          id="vtk"
23          download-size="0"
24          install-size="0"
25          version="0.0.0"
26          unpack="false"/>
27
28    <plugin
29          id="vtk.win32.win32.x86_64"
30          os="win32"
31          arch="x86_64"
32          download-size="0"
33          install-size="0"
34          version="0.0.0"
35          fragment="true"/>
36
37 </feature>