blob: 966a6fd05cc1245882660c429f3ecdf6e2f68930 [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.
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"
Dawid PakuĊ‚a4f713c62018-09-16 18:47:38 +020019 version="5.11.0.qualifier"
asobolev6d5908b2008-05-26 10:24:01 +000020 provider-name="%providerName"
Alex Panchenko9eca4e72014-05-04 00:55:36 +070021 license-feature="org.eclipse.license"
Kaloyan Raevcab35462015-01-13 19:58:43 +020022 license-feature-version="0.0.0"
asobolev6d5908b2008-05-26 10:24:01 +000023 image="eclipse_update_120.jpg">
24
25 <description url="http://www.eclipse.org/dltk">
26 %description
27 </description>
28
29 <copyright url="http://www.eclipse.org/legal/epl-v10.html">
30 Copyright (c) 2005, 2007 IBM Corporation and others.
31All rights reserved. This program and the accompanying materials
32are made available under the terms of the Eclipse Public License v1.0
33which accompanies this distribution, and is available at
34http://www.eclipse.org/legal/epl-v10.html
35 </copyright>
36
37 <license url="%licenseURL">
38 %license
39 </license>
40
asobolev4b332642009-07-30 08:04:25 +000041 <requires>
Alex Panchenko9eca4e72014-05-04 00:55:36 +070042 <import feature="org.eclipse.dltk.core" version="5.1.0" match="compatible"/>
asobolev2b6b5232011-09-13 08:41:20 +000043 <import feature="org.eclipse.mylyn.context_feature" version="3.0.0" match="greaterOrEqual"/>
44 <import feature="org.eclipse.mylyn_feature" version="3.0.0" match="greaterOrEqual"/>
asobolev6d5908b2008-05-26 10:24:01 +000045 </requires>
46
47 <plugin
48 id="org.eclipse.dltk.mylyn"
49 download-size="0"
50 install-size="0"
51 version="0.0.0"
52 unpack="false"/>
53
asobolev6d5908b2008-05-26 10:24:01 +000054</feature>