blob: 99291d572d729ba2151686328e908271de239620 [file] [log] [blame]
Richard S. Hall85bafab2009-07-13 13:25:46 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership. The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
18 under the License.
19-->
20<feature
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +000021 id="org.apache.felix.sigil.feature"
Richard S. Hall85bafab2009-07-13 13:25:46 +000022 label="Sigil SDK"
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +000023 version="0.9.0.qualifier"
Richard S. Hall85bafab2009-07-13 13:25:46 +000024 provider-name="Paremus Ltd">
25
26 <description>
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +000027 Sigil plugin, integrated IDE and headless build system for OSGi developers.
Richard S. Hall85bafab2009-07-13 13:25:46 +000028 </description>
29
Richard S. Hall85bafab2009-07-13 13:25:46 +000030 <license url="http://www.apache.org/licenses/LICENSE-2.0">
31 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
32you may not use this file except in compliance with the License.
33You may obtain a copy of the License at
34http://www.apache.org/licenses/LICENSE-2.0
35Unless required by applicable law or agreed to in writing, software
36distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
37WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
38or implied.
39See the License for the specific language governing permissions
40and
41limitations under the License.
42 </license>
43
44 <url>
45 <update url="http://replace.with.real.url"/>
46 </url>
47
48 <requires>
49 <import plugin="org.eclipse.ant.core"/>
50 <import plugin="org.eclipse.core.expressions"/>
51 <import plugin="org.eclipse.core.runtime"/>
52 <import plugin="org.eclipse.debug.ui"/>
53 <import plugin="org.eclipse.jdt.core"/>
54 <import plugin="org.eclipse.jdt.ui"/>
55 <import plugin="org.eclipse.jface.text"/>
56 <import plugin="org.eclipse.pde.ui"/>
57 <import plugin="org.eclipse.ui.editors"/>
58 <import plugin="org.eclipse.ui.forms"/>
59 <import plugin="org.eclipse.ui.ide"/>
60 <import plugin="org.eclipse.ui.workbench.texteditor"/>
61 <import plugin="org.eclipse.ui"/>
62 <import plugin="org.eclipse.osgi"/>
63 <import plugin="org.eclipse.jdt.launching"/>
64 <import plugin="org.eclipse.ui.console"/>
65 <import plugin="org.eclipse.jdt.debug.ui"/>
66 <import plugin="org.eclipse.ui.editors" version="3.4.0" match="greaterOrEqual"/>
67 <import plugin="org.eclipse.jface.text" version="3.4.0" match="greaterOrEqual"/>
68 <import plugin="org.eclipse.ui.ide" version="3.4.0" match="greaterOrEqual"/>
69 <import plugin="org.eclipse.help"/>
70 <import plugin="org.eclipse.zest.core" version="1.0.0" match="compatible"/>
71 <import plugin="org.eclipse.zest.layouts" version="1.0.0" match="compatible"/>
72 <import plugin="org.eclipse.ltk.core.refactoring"/>
73 <import plugin="org.eclipse.help" version="3.3.1" match="greaterOrEqual"/>
74 <import plugin="org.eclipse.ui.cheatsheets" version="3.3.100" match="greaterOrEqual"/>
75 <import plugin="org.eclipse.core.resources"/>
76 <import plugin="org.eclipse.equinox.common" version="3.4.0" match="greaterOrEqual"/>
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +000077 <import plugin="org.apache.felix.sigil.eclipse.ui" version="0.9.0" match="greaterOrEqual"/>
78 <import plugin="org.apache.felix.sigil.eclipse.core" version="0.9.0" match="greaterOrEqual"/>
Richard S. Hall85bafab2009-07-13 13:25:46 +000079 </requires>
80
81 <plugin
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +000082 id="org.apache.felix.sigil.eclipse.core"
Richard S. Hall85bafab2009-07-13 13:25:46 +000083 download-size="0"
84 install-size="0"
85 version="0.0.0"
86 unpack="false"/>
87
88 <plugin
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +000089 id="org.apache.felix.sigil.eclipse.ui"
Richard S. Hall85bafab2009-07-13 13:25:46 +000090 download-size="0"
91 install-size="0"
92 version="0.0.0"
93 unpack="false"/>
94
95 <plugin
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +000096 id="org.apache.felix.sigil.eclipse.help"
Richard S. Hall85bafab2009-07-13 13:25:46 +000097 download-size="0"
98 install-size="0"
99 version="0.0.0"
100 unpack="false"/>
101
102 <plugin
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +0000103 id="org.apache.felix.sigil.eclipse.utils"
Richard S. Hall85bafab2009-07-13 13:25:46 +0000104 download-size="0"
105 install-size="0"
106 version="0.0.0"
107 unpack="false"/>
108
109 <plugin
110 id="org.cauldron.bld.core"
111 download-size="0"
112 install-size="0"
113 version="0.0.0"
114 unpack="false"/>
115
116 <plugin
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +0000117 id="org.apache.felix.sigil.eclipse.search"
Richard S. Hall85bafab2009-07-13 13:25:46 +0000118 download-size="0"
119 install-size="0"
120 version="0.0.0"
121 unpack="false"/>
122
123</feature>