blob: b607bf1da8725ca11b5376044c3e546c035ce0f7 [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.obr.feature"
Richard S. Hall85bafab2009-07-13 13:25:46 +000022 label="Sigil OBR"
David Morgan Spencer Savage9c2f9092009-09-16 21:09:50 +000023 version="${version}"
David Morgan Spencer Savage2385d3f2009-09-15 11:11:50 +000024 provider-name="Apache Software Foundation">
Richard S. Hall85bafab2009-07-13 13:25:46 +000025
26 <description>
27 Sigil OBR plugin, allows Sigil to use OSGi Bundle Repositories to download OSGi bundles into the Eclipse workspace.
28 </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>
David Morgan Spencer Savaged2336792009-09-18 15:56:13 +000045 <update url="${update-site}"/>
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.ui"/>
50 <import plugin="org.eclipse.core.runtime"/>
David Morgan Spencer Savage9c2f9092009-09-16 21:09:50 +000051 <import plugin="org.apache.felix.sigil.eclipse.core" version="${version}" match="greaterOrEqual"/>
52 <import plugin="org.apache.felix.sigil.eclipse.ui" version="${version}" match="greaterOrEqual"/>
53 <import plugin="org.apache.felix.sigil.common.core" version="${version}" match="greaterOrEqual"/>
Richard S. Hall85bafab2009-07-13 13:25:46 +000054 <import plugin="org.eclipse.osgi"/>
55 <import plugin="org.eclipse.equinox.common" version="3.4.0" match="greaterOrEqual"/>
56 </requires>
57
58 <plugin
David Morgan Spencer Savage2385d3f2009-09-15 11:11:50 +000059 id="org.apache.felix.sigil.common.obr"
Richard S. Hall85bafab2009-07-13 13:25:46 +000060 download-size="0"
61 install-size="0"
David Morgan Spencer Savage9c2f9092009-09-16 21:09:50 +000062 version="${version}"
Richard S. Hall85bafab2009-07-13 13:25:46 +000063 unpack="false"/>
64
65 <plugin
David Morgan Spencer Savage2385d3f2009-09-15 11:11:50 +000066 id="org.apache.felix.sigil.eclipse.obr"
Richard S. Hall85bafab2009-07-13 13:25:46 +000067 download-size="0"
68 install-size="0"
David Morgan Spencer Savage9c2f9092009-09-16 21:09:50 +000069 version="${version}"
Richard S. Hall85bafab2009-07-13 13:25:46 +000070 unpack="false"/>
71
David Morgan Spencer Savaged2336792009-09-18 15:56:13 +000072</feature>