blob: c7d8f458a1732b8f0595e2b700ae64c8f9aaa001 [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
21 id="org.cauldron.sigil.obr.feature"
22 label="Sigil OBR"
23 version="0.8.0.qualifier"
24 provider-name="Paremus Ltd">
25
26 <description>
27 Sigil OBR plugin, allows Sigil to use OSGi Bundle Repositories to download OSGi bundles into the Eclipse workspace.
28 </description>
29
30 <copyright>
31 Copyright (C) 2003-2008 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.ui"/>
54 <import plugin="org.eclipse.core.runtime"/>
55 <import plugin="org.cauldron.sigil.core" version="0.6.0" match="greaterOrEqual"/>
56 <import plugin="org.cauldron.sigil.ui" version="0.6.0" match="greaterOrEqual"/>
57 <import plugin="org.cauldron.bld.core" version="0.6.0" match="greaterOrEqual"/>
58 <import plugin="org.eclipse.osgi"/>
59 <import plugin="org.eclipse.equinox.common" version="3.4.0" match="greaterOrEqual"/>
60 </requires>
61
62 <plugin
63 id="org.cauldron.sigil.obr"
64 download-size="0"
65 install-size="0"
66 version="0.0.0"
67 unpack="false"/>
68
69 <plugin
70 id="org.cauldron.bld.obr"
71 download-size="0"
72 install-size="0"
73 version="0.0.0"
74 unpack="false"/>
75
76</feature>