blob: 9e3dc1502f0ef3be15b5b4c4093f0bf89bccba3e [file] [log] [blame]
Richard S. Hall6fe36b42009-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
21 id="org.cauldron.sigil.feature"
22 label="Sigil SDK"
23 version="0.8.0.qualifier"
24 provider-name="Paremus Ltd">
25
26 <description>
27 Sigil plugin, allow developers to build OSGi applications for deployment in newton within eclipse.
28 </description>
29
30 <copyright>
31 Copyright 2009 Paremus Limited, London, United Kingdom
32 </copyright>
33
34 <license url="http://www.apache.org/licenses/LICENSE-2.0">
35 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
36you may not use this file except in compliance with the License.
37You may obtain a copy of the License at
38http://www.apache.org/licenses/LICENSE-2.0
39Unless required by applicable law or agreed to in writing, software
40distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
41WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
42or implied.
43See the License for the specific language governing permissions
44and
45limitations under the License.
46 </license>
47
48 <url>
49 <update url="http://replace.with.real.url"/>
50 </url>
51
52 <requires>
53 <import plugin="org.eclipse.ant.core"/>
54 <import plugin="org.eclipse.core.expressions"/>
55 <import plugin="org.eclipse.core.runtime"/>
56 <import plugin="org.eclipse.debug.ui"/>
57 <import plugin="org.eclipse.jdt.core"/>
58 <import plugin="org.eclipse.jdt.ui"/>
59 <import plugin="org.eclipse.jface.text"/>
60 <import plugin="org.eclipse.pde.ui"/>
61 <import plugin="org.eclipse.ui.editors"/>
62 <import plugin="org.eclipse.ui.forms"/>
63 <import plugin="org.eclipse.ui.ide"/>
64 <import plugin="org.eclipse.ui.workbench.texteditor"/>
65 <import plugin="org.eclipse.ui"/>
66 <import plugin="org.eclipse.osgi"/>
67 <import plugin="org.eclipse.jdt.launching"/>
68 <import plugin="org.eclipse.ui.console"/>
69 <import plugin="org.eclipse.jdt.debug.ui"/>
70 <import plugin="org.eclipse.ui.editors" version="3.4.0" match="greaterOrEqual"/>
71 <import plugin="org.eclipse.jface.text" version="3.4.0" match="greaterOrEqual"/>
72 <import plugin="org.eclipse.ui.ide" version="3.4.0" match="greaterOrEqual"/>
73 <import plugin="org.eclipse.help"/>
74 <import plugin="org.eclipse.zest.core" version="1.0.0" match="compatible"/>
75 <import plugin="org.eclipse.zest.layouts" version="1.0.0" match="compatible"/>
76 <import plugin="org.eclipse.ltk.core.refactoring"/>
77 <import plugin="org.eclipse.help" version="3.3.1" match="greaterOrEqual"/>
78 <import plugin="org.eclipse.ui.cheatsheets" version="3.3.100" match="greaterOrEqual"/>
79 <import plugin="org.eclipse.core.resources"/>
80 <import plugin="org.eclipse.equinox.common" version="3.4.0" match="greaterOrEqual"/>
81 <import plugin="org.cauldron.sigil.ui" version="0.5.5" match="greaterOrEqual"/>
82 <import plugin="org.cauldron.sigil.core" version="0.5.5" match="greaterOrEqual"/>
83 </requires>
84
85 <plugin
86 id="org.cauldron.sigil.core"
87 download-size="0"
88 install-size="0"
89 version="0.0.0"
90 unpack="false"/>
91
92 <plugin
93 id="org.cauldron.sigil.ui"
94 download-size="0"
95 install-size="0"
96 version="0.0.0"
97 unpack="false"/>
98
99 <plugin
100 id="org.cauldron.sigil.help"
101 download-size="0"
102 install-size="0"
103 version="0.0.0"
104 unpack="false"/>
105
106 <plugin
107 id="org.cauldron.sigil.utils"
108 download-size="0"
109 install-size="0"
110 version="0.0.0"
111 unpack="false"/>
112
113 <plugin
114 id="org.cauldron.bld.core"
115 download-size="0"
116 install-size="0"
117 version="0.0.0"
118 unpack="false"/>
119
120 <plugin
121 id="org.cauldron.sigil.search"
122 download-size="0"
123 install-size="0"
124 version="0.0.0"
125 unpack="false"/>
126
127</feature>