Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | <?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 Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 21 | id="org.apache.felix.sigil.eclipse.obr.feature" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 22 | label="Sigil OBR" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 23 | version="${version}" |
David Morgan Spencer Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 24 | provider-name="Apache Software Foundation"> |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 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 | |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 30 | <license url="http://www.apache.org/licenses/LICENSE-2.0"> |
| 31 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 32 | you may not use this file except in compliance with the License. |
| 33 | You may obtain a copy of the License at |
| 34 | http://www.apache.org/licenses/LICENSE-2.0 |
| 35 | Unless required by applicable law or agreed to in writing, software |
| 36 | distributed under the License is distributed on an "AS IS" BASIS, |
| 37 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express |
| 38 | or implied. |
| 39 | See the License for the specific language governing permissions |
| 40 | and |
| 41 | limitations under the License. |
| 42 | </license> |
| 43 | |
David Morgan Spencer Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 44 | <!--url> |
David Morgan Spencer Savage | d233679 | 2009-09-18 15:56:13 +0000 | [diff] [blame] | 45 | <update url="${update-site}"/> |
David Morgan Spencer Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 46 | </url--> |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 47 | |
| 48 | <requires> |
| 49 | <import plugin="org.eclipse.ui"/> |
| 50 | <import plugin="org.eclipse.core.runtime"/> |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 51 | <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. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 54 | <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 Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 59 | id="org.apache.felix.sigil.common.obr" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 60 | download-size="0" |
| 61 | install-size="0" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 62 | version="${version}" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 63 | unpack="false"/> |
| 64 | |
| 65 | <plugin |
David Morgan Spencer Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 66 | id="org.apache.felix.sigil.eclipse.obr" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 67 | download-size="0" |
| 68 | install-size="0" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 69 | version="${version}" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 70 | unpack="false"/> |
| 71 | |
David Morgan Spencer Savage | d233679 | 2009-09-18 15:56:13 +0000 | [diff] [blame] | 72 | </feature> |