blob: 8c033b83f93d51777dd9551c5dda9c63d76d8bed [file] [log] [blame]
asobolev6d5908b2008-05-26 10:24:01 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3/**
4 * <copyright>
5 *
6 * Copyright (c) 2005, 2007 IBM Corporation and others.
Dawid Pakułaf3439f82018-10-15 18:00:33 +02007 *
8 * This program and the accompanying materials are made available under the
9 * terms of the Eclipse Public License v. 2.0 which is available at
10 * http://www.eclipse.org/legal/epl-2.0.
11 *
12 * SPDX-License-Identifier: EPL-2.0
asobolev6d5908b2008-05-26 10:24:01 +000013 *
14 *
15 * </copyright>
16 */
17-->
18<feature
19 id="org.eclipse.dltk.mylyn"
20 label="%featureName"
Dawid Pakułaf8fc2ae2019-12-18 18:12:22 +010021 version="6.1.0.qualifier"
asobolev6d5908b2008-05-26 10:24:01 +000022 provider-name="%providerName"
Alex Panchenko9eca4e72014-05-04 00:55:36 +070023 license-feature="org.eclipse.license"
Kaloyan Raevcab35462015-01-13 19:58:43 +020024 license-feature-version="0.0.0"
asobolev6d5908b2008-05-26 10:24:01 +000025 image="eclipse_update_120.jpg">
26
27 <description url="http://www.eclipse.org/dltk">
28 %description
29 </description>
30
Dawid Pakułaf3439f82018-10-15 18:00:33 +020031 <copyright url="http://www.eclipse.org/legal/epl-v20.html">
asobolev6d5908b2008-05-26 10:24:01 +000032 Copyright (c) 2005, 2007 IBM Corporation and others.
Dawid Pakułaf3439f82018-10-15 18:00:33 +020033
34This program and the accompanying materials are made available under the
35terms of the Eclipse Public License v. 2.0 which is available at
36http://www.eclipse.org/legal/epl-2.0.
37
38SPDX-License-Identifier: EPL-2.0
asobolev6d5908b2008-05-26 10:24:01 +000039 </copyright>
40
41 <license url="%licenseURL">
42 %license
43 </license>
44
asobolev4b332642009-07-30 08:04:25 +000045 <requires>
Alexander Kurtakov9f566642019-06-25 09:38:00 +030046 <import feature="org.eclipse.dltk.core" version="6.0.0" match="compatible"/>
asobolev2b6b5232011-09-13 08:41:20 +000047 <import feature="org.eclipse.mylyn.context_feature" version="3.0.0" match="greaterOrEqual"/>
48 <import feature="org.eclipse.mylyn_feature" version="3.0.0" match="greaterOrEqual"/>
asobolev6d5908b2008-05-26 10:24:01 +000049 </requires>
50
51 <plugin
52 id="org.eclipse.dltk.mylyn"
53 download-size="0"
54 install-size="0"
55 version="0.0.0"
56 unpack="false"/>
57
asobolev6d5908b2008-05-26 10:24:01 +000058</feature>