asobolev | 6d5908b | 2008-05-26 10:24:01 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | /** |
| 4 | * <copyright> |
| 5 | * |
| 6 | * Copyright (c) 2005, 2007 IBM Corporation and others. |
| 7 | * All rights reserved. This program and the accompanying materials |
| 8 | * are made available under the terms of the Eclipse Public License v1.0 |
| 9 | * which accompanies this distribution, and is available at |
| 10 | * http://www.eclipse.org/legal/epl-v10.html |
| 11 | * |
| 12 | * |
| 13 | * </copyright> |
| 14 | */ |
| 15 | --> |
| 16 | <feature |
| 17 | id="org.eclipse.dltk.mylyn" |
| 18 | label="%featureName" |
asobolev | 944f7af | 2011-09-12 09:31:24 +0000 | [diff] [blame] | 19 | version="4.0.0.qualifier" |
asobolev | 6d5908b | 2008-05-26 10:24:01 +0000 | [diff] [blame] | 20 | provider-name="%providerName" |
| 21 | image="eclipse_update_120.jpg"> |
| 22 | |
| 23 | <description url="http://www.eclipse.org/dltk"> |
| 24 | %description |
| 25 | </description> |
| 26 | |
| 27 | <copyright url="http://www.eclipse.org/legal/epl-v10.html"> |
| 28 | Copyright (c) 2005, 2007 IBM Corporation and others. |
| 29 | All rights reserved. This program and the accompanying materials |
| 30 | are made available under the terms of the Eclipse Public License v1.0 |
| 31 | which accompanies this distribution, and is available at |
| 32 | http://www.eclipse.org/legal/epl-v10.html |
| 33 | </copyright> |
| 34 | |
| 35 | <license url="%licenseURL"> |
| 36 | %license |
| 37 | </license> |
| 38 | |
asobolev | 4b33264 | 2009-07-30 08:04:25 +0000 | [diff] [blame] | 39 | <requires> |
asobolev | 944f7af | 2011-09-12 09:31:24 +0000 | [diff] [blame] | 40 | <import feature="org.eclipse.dltk.core" version="4.0.0" match="compatible"/> |
asobolev | 2b6b523 | 2011-09-13 08:41:20 +0000 | [diff] [blame^] | 41 | <import feature="org.eclipse.mylyn.context_feature" version="3.0.0" match="greaterOrEqual"/> |
| 42 | <import feature="org.eclipse.mylyn_feature" version="3.0.0" match="greaterOrEqual"/> |
asobolev | 6d5908b | 2008-05-26 10:24:01 +0000 | [diff] [blame] | 43 | </requires> |
| 44 | |
| 45 | <plugin |
| 46 | id="org.eclipse.dltk.mylyn" |
| 47 | download-size="0" |
| 48 | install-size="0" |
| 49 | version="0.0.0" |
| 50 | unpack="false"/> |
| 51 | |
asobolev | 6d5908b | 2008-05-26 10:24:01 +0000 | [diff] [blame] | 52 | </feature> |