]> gerrit.simantics Code Review - simantics/platform.git/blob - features/org.simantics.utils.feature/feature.xml
Export jersey internal packages for jersey-media-multipart
[simantics/platform.git] / features / org.simantics.utils.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.utils"
15       label="Simantics Platform Utilities"
16       version="1.26.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    <requires>
32       <import plugin="org.eclipse.core.runtime"/>
33       <import plugin="org.eclipse.core.resources"/>
34       <import feature="org.simantics.rcp" version="1.25.0" match="compatible"/>
35    </requires>
36
37    <plugin
38          id="org.apache.commons.collections"
39          download-size="0"
40          install-size="0"
41          version="0.0.0"
42          unpack="false"/>
43
44    <plugin
45          id="org.apache.commons.io"
46          download-size="0"
47          install-size="0"
48          version="0.0.0"
49          unpack="false"/>
50
51    <plugin
52          id="org.simantics.utils"
53          download-size="0"
54          install-size="0"
55          version="0.0.0"
56          unpack="false"/>
57
58    <plugin
59          id="org.simantics.utils.datastructures"
60          download-size="0"
61          install-size="0"
62          version="0.0.0"
63          unpack="false"/>
64
65    <plugin
66          id="org.simantics.utils.thread"
67          download-size="0"
68          install-size="0"
69          version="0.0.0"
70          unpack="false"/>
71
72    <plugin
73          id="org.eclipse.collections.eclipse-collections"
74          download-size="0"
75          install-size="0"
76          version="0.0.0"
77          unpack="false"/>
78
79    <plugin
80          id="org.eclipse.collections.eclipse-collections-api"
81          download-size="0"
82          install-size="0"
83          version="0.0.0"
84          unpack="false"/>
85
86 </feature>