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" |
| 19 | version="0.95.0.qualifier" |
| 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 | |
| 39 | <url> |
| 40 | <update label="%updateSiteName" url="http://download.eclipse.org/technology/dltk/updates/"/> |
| 41 | <discovery label="%updateSiteName" url="http://download.eclipse.org/technology/dltk/updates/"/> |
| 42 | </url> |
| 43 | |
| 44 | <requires> |
asobolev | f8d3065 | 2008-05-26 10:58:11 +0000 | [diff] [blame] | 45 | <import feature="org.eclipse.dltk.core" version="0.95.0" match="compatible"/> |
| 46 | <import feature="org.eclipse.mylyn.context_feature" version="3.0.0" match="compatible"/> |
| 47 | <import feature="org.eclipse.mylyn.ide_feature" version="3.0.0" match="compatible"/> |
| 48 | <import feature="org.eclipse.mylyn.monitor_feature" version="3.0.0" match="compatible"/> |
| 49 | <import feature="org.eclipse.mylyn_feature" version="3.0.0" match="compatible"/> |
asobolev | 6d5908b | 2008-05-26 10:24:01 +0000 | [diff] [blame] | 50 | </requires> |
| 51 | |
| 52 | <plugin |
| 53 | id="org.eclipse.dltk.mylyn" |
| 54 | download-size="0" |
| 55 | install-size="0" |
| 56 | version="0.0.0" |
| 57 | unpack="false"/> |
| 58 | |
asobolev | 6d5908b | 2008-05-26 10:24:01 +0000 | [diff] [blame] | 59 | </feature> |