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.core.feature" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 22 | label="Sigil SDK" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 23 | version="${version}" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 24 | provider-name="Paremus Ltd"> |
| 25 | |
| 26 | <description> |
David Morgan Spencer Savage | ec4eb55 | 2009-07-28 18:34:47 +0000 | [diff] [blame] | 27 | Sigil plugin, integrated IDE and headless build system for OSGi developers. |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 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 | 08d2347 | 2009-09-18 15:55:09 +0000 | [diff] [blame] | 44 | <url> |
| 45 | <update url="${update-site}"/> |
| 46 | </url> |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 47 | |
| 48 | <requires> |
| 49 | <import plugin="org.eclipse.ant.core"/> |
| 50 | <import plugin="org.eclipse.core.expressions"/> |
| 51 | <import plugin="org.eclipse.core.runtime"/> |
| 52 | <import plugin="org.eclipse.debug.ui"/> |
| 53 | <import plugin="org.eclipse.jdt.core"/> |
| 54 | <import plugin="org.eclipse.jdt.ui"/> |
| 55 | <import plugin="org.eclipse.jface.text"/> |
| 56 | <import plugin="org.eclipse.pde.ui"/> |
| 57 | <import plugin="org.eclipse.ui.editors"/> |
| 58 | <import plugin="org.eclipse.ui.forms"/> |
| 59 | <import plugin="org.eclipse.ui.ide"/> |
| 60 | <import plugin="org.eclipse.ui.workbench.texteditor"/> |
| 61 | <import plugin="org.eclipse.ui"/> |
| 62 | <import plugin="org.eclipse.osgi"/> |
| 63 | <import plugin="org.eclipse.jdt.launching"/> |
| 64 | <import plugin="org.eclipse.ui.console"/> |
| 65 | <import plugin="org.eclipse.jdt.debug.ui"/> |
| 66 | <import plugin="org.eclipse.ui.editors" version="3.4.0" match="greaterOrEqual"/> |
| 67 | <import plugin="org.eclipse.jface.text" version="3.4.0" match="greaterOrEqual"/> |
| 68 | <import plugin="org.eclipse.ui.ide" version="3.4.0" match="greaterOrEqual"/> |
| 69 | <import plugin="org.eclipse.help"/> |
| 70 | <import plugin="org.eclipse.zest.core" version="1.0.0" match="compatible"/> |
| 71 | <import plugin="org.eclipse.zest.layouts" version="1.0.0" match="compatible"/> |
| 72 | <import plugin="org.eclipse.ltk.core.refactoring"/> |
| 73 | <import plugin="org.eclipse.help" version="3.3.1" match="greaterOrEqual"/> |
| 74 | <import plugin="org.eclipse.ui.cheatsheets" version="3.3.100" match="greaterOrEqual"/> |
| 75 | <import plugin="org.eclipse.core.resources"/> |
| 76 | <import plugin="org.eclipse.equinox.common" version="3.4.0" match="greaterOrEqual"/> |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 77 | </requires> |
| 78 | |
| 79 | <plugin |
David Morgan Spencer Savage | 3c193cc | 2009-10-01 14:43:47 +0000 | [diff] [blame] | 80 | id="com.springsource.org.apache.commons.lang" |
| 81 | download-size="0" |
| 82 | install-size="0" |
| 83 | version="2.4.0" |
| 84 | unpack="false"/> |
| 85 | |
| 86 | <plugin |
David Morgan Spencer Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 87 | id="org.apache.felix.sigil.common.core" |
| 88 | download-size="0" |
| 89 | install-size="0" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 90 | version="${version}" |
David Morgan Spencer Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 91 | unpack="false"/> |
| 92 | |
| 93 | <plugin |
| 94 | id="org.apache.felix.sigil.common.osgi" |
| 95 | download-size="0" |
| 96 | install-size="0" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 97 | version="${version}" |
David Morgan Spencer Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 98 | unpack="false"/> |
| 99 | |
| 100 | <plugin |
| 101 | id="org.apache.felix.sigil.common.runtime" |
| 102 | download-size="0" |
| 103 | install-size="0" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 104 | version="${version}" |
David Morgan Spencer Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 105 | unpack="false"/> |
| 106 | |
| 107 | <plugin |
David Morgan Spencer Savage | ec4eb55 | 2009-07-28 18:34:47 +0000 | [diff] [blame] | 108 | id="org.apache.felix.sigil.eclipse.core" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 109 | download-size="0" |
| 110 | install-size="0" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 111 | version="${version}" |
David Morgan Spencer Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 112 | unpack="false"/> |
| 113 | |
| 114 | <!--plugin |
| 115 | id="org.apache.felix.sigil.eclipse.help" |
| 116 | download-size="0" |
| 117 | install-size="0" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 118 | version="${version}" |
David Morgan Spencer Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 119 | unpack="false"/--> |
| 120 | |
| 121 | <plugin |
| 122 | id="org.apache.felix.sigil.eclipse.runtime" |
| 123 | download-size="0" |
| 124 | install-size="0" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 125 | version="${version}" |
David Morgan Spencer Savage | 2385d3f | 2009-09-15 11:11:50 +0000 | [diff] [blame] | 126 | unpack="false"/> |
| 127 | |
| 128 | <plugin |
| 129 | id="org.apache.felix.sigil.eclipse.search" |
| 130 | download-size="0" |
| 131 | install-size="0" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 132 | version="${version}" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 133 | unpack="false"/> |
| 134 | |
| 135 | <plugin |
David Morgan Spencer Savage | ec4eb55 | 2009-07-28 18:34:47 +0000 | [diff] [blame] | 136 | id="org.apache.felix.sigil.eclipse.ui" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 137 | download-size="0" |
| 138 | install-size="0" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 139 | version="${version}" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 140 | unpack="false"/> |
| 141 | |
| 142 | <plugin |
David Morgan Spencer Savage | ec4eb55 | 2009-07-28 18:34:47 +0000 | [diff] [blame] | 143 | id="org.apache.felix.sigil.eclipse.utils" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 144 | download-size="0" |
| 145 | install-size="0" |
David Morgan Spencer Savage | 9c2f909 | 2009-09-16 21:09:50 +0000 | [diff] [blame] | 146 | version="${version}" |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 147 | unpack="false"/> |
| 148 | |
| 149 | </feature> |