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 |
| 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 "License"); |
| 36 | you may not use this file except in compliance with the License. |
| 37 | You may obtain a copy of the License at |
| 38 | http://www.apache.org/licenses/LICENSE-2.0 |
| 39 | Unless required by applicable law or agreed to in writing, software |
| 40 | distributed under the License is distributed on an "AS IS" BASIS, |
| 41 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express |
| 42 | or implied. |
| 43 | See the License for the specific language governing permissions |
| 44 | and |
| 45 | limitations 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> |