blob: b813ec067f3dc06e09da95e5aedf937eeb4f3d04 [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 Savage2385d3f2009-09-15 11:11:50 +000021 id="org.apache.felix.sigil.eclipse.core.feature"
Richard S. Hall85bafab2009-07-13 13:25:46 +000022 label="Sigil SDK"
David Morgan Spencer Savage2385d3f2009-09-15 11:11:50 +000023 version="0.9.0.SNAPSHOT"
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
David Morgan Spencer Savage2385d3f2009-09-15 11:11:50 +000044 <!--url>
Richard S. Hall85bafab2009-07-13 13:25:46 +000045 <update url="http://replace.with.real.url"/>
David Morgan Spencer Savage2385d3f2009-09-15 11:11:50 +000046 </url-->
Richard S. Hall85bafab2009-07-13 13:25:46 +000047
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"/>
Richard S. Hall85bafab2009-07-13 13:25:46 +000077 </requires>
78
79 <plugin
David Morgan Spencer Savage2385d3f2009-09-15 11:11:50 +000080 id="org.apache.felix.sigil.common.core"
81 download-size="0"
82 install-size="0"
83 version="0.9.0.SNAPSHOT"
84 unpack="false"/>
85
86 <plugin
87 id="org.apache.felix.sigil.common.osgi"
88 download-size="0"
89 install-size="0"
90 version="0.9.0.SNAPSHOT"
91 unpack="false"/>
92
93 <plugin
94 id="org.apache.felix.sigil.common.runtime"
95 download-size="0"
96 install-size="0"
97 version="0.9.0.SNAPSHOT"
98 unpack="false"/>
99
100 <plugin
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +0000101 id="org.apache.felix.sigil.eclipse.core"
Richard S. Hall85bafab2009-07-13 13:25:46 +0000102 download-size="0"
103 install-size="0"
David Morgan Spencer Savage2385d3f2009-09-15 11:11:50 +0000104 version="0.9.0.SNAPSHOT"
105 unpack="false"/>
106
107 <!--plugin
108 id="org.apache.felix.sigil.eclipse.help"
109 download-size="0"
110 install-size="0"
111 version="0.9.0.SNAPSHOT"
112 unpack="false"/-->
113
114 <plugin
115 id="org.apache.felix.sigil.eclipse.runtime"
116 download-size="0"
117 install-size="0"
118 version="0.9.0.SNAPSHOT"
119 unpack="false"/>
120
121 <plugin
122 id="org.apache.felix.sigil.eclipse.search"
123 download-size="0"
124 install-size="0"
125 version="0.9.0.SNAPSHOT"
Richard S. Hall85bafab2009-07-13 13:25:46 +0000126 unpack="false"/>
127
128 <plugin
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +0000129 id="org.apache.felix.sigil.eclipse.ui"
Richard S. Hall85bafab2009-07-13 13:25:46 +0000130 download-size="0"
131 install-size="0"
David Morgan Spencer Savage2385d3f2009-09-15 11:11:50 +0000132 version="0.9.0.SNAPSHOT"
Richard S. Hall85bafab2009-07-13 13:25:46 +0000133 unpack="false"/>
134
135 <plugin
David Morgan Spencer Savageec4eb552009-07-28 18:34:47 +0000136 id="org.apache.felix.sigil.eclipse.utils"
Richard S. Hall85bafab2009-07-13 13:25:46 +0000137 download-size="0"
138 install-size="0"
David Morgan Spencer Savage2385d3f2009-09-15 11:11:50 +0000139 version="0.9.0.SNAPSHOT"
Richard S. Hall85bafab2009-07-13 13:25:46 +0000140 unpack="false"/>
141
142</feature>