blob: bbd3b6c864df2028e93f4e9e36cf3c4df3f09e06 [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
David Morgan Spenser Savagedfff8412009-09-15 11:11:50 +000021 id="org.apache.felix.sigil.eclipse.obr.feature"
Richard S. Hall6fe36b42009-07-13 13:25:46 +000022 label="Sigil OBR"
David Morgan Spenser Savagedfff8412009-09-15 11:11:50 +000023 version="0.9.0.SNAPSHOT"
24 provider-name="Apache Software Foundation">
Richard S. Hall6fe36b42009-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. Hall6fe36b42009-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 Spenser Savagedfff8412009-09-15 11:11:50 +000044 <!--url>
Richard S. Hall6fe36b42009-07-13 13:25:46 +000045 <update url="http://replace.with.real.url"/>
David Morgan Spenser Savagedfff8412009-09-15 11:11:50 +000046 </url-->
Richard S. Hall6fe36b42009-07-13 13:25:46 +000047
48 <requires>
49 <import plugin="org.eclipse.ui"/>
50 <import plugin="org.eclipse.core.runtime"/>
David Morgan Spenser Savagedfff8412009-09-15 11:11:50 +000051 <import plugin="org.apache.felix.sigil.eclipse.core" version="0.9.0.SNAPSHOT" match="greaterOrEqual"/>
52 <import plugin="org.apache.felix.sigil.eclipse.ui" version="0.9.0.SNAPSHOT" match="greaterOrEqual"/>
53 <import plugin="org.apache.felix.sigil.common.core" version="0.9.0.SNAPSHOT" match="greaterOrEqual"/>
Richard S. Hall6fe36b42009-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 Spenser Savagedfff8412009-09-15 11:11:50 +000059 id="org.apache.felix.sigil.common.obr"
Richard S. Hall6fe36b42009-07-13 13:25:46 +000060 download-size="0"
61 install-size="0"
David Morgan Spenser Savagedfff8412009-09-15 11:11:50 +000062 version="0.9.0.SNAPSHOT"
Richard S. Hall6fe36b42009-07-13 13:25:46 +000063 unpack="false"/>
64
65 <plugin
David Morgan Spenser Savagedfff8412009-09-15 11:11:50 +000066 id="org.apache.felix.sigil.eclipse.obr"
Richard S. Hall6fe36b42009-07-13 13:25:46 +000067 download-size="0"
68 install-size="0"
David Morgan Spenser Savagedfff8412009-09-15 11:11:50 +000069 version="0.9.0.SNAPSHOT"
Richard S. Hall6fe36b42009-07-13 13:25:46 +000070 unpack="false"/>
71
David Morgan Spenser Savagedfff8412009-09-15 11:11:50 +000072</feature>