blob: c457f58e55f36aed64d974043e25337f866753cd [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"
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.
29All rights reserved. This program and the accompanying materials
30are made available under the terms of the Eclipse Public License v1.0
31which accompanies this distribution, and is available at
32http://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>
asobolevf8d30652008-05-26 10:58:11 +000045 <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"/>
asobolev6d5908b2008-05-26 10:24:01 +000050 </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
asobolev6d5908b2008-05-26 10:24:01 +000059</feature>