blob: 17ebbf5effb5ef6b0ff75ae4c77088f3c4948b40 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* <copyright>
*
* Copyright (c) 2005, 2007 IBM Corporation and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
*
* </copyright>
*/
-->
<feature
id="org.eclipse.dltk.mylyn"
label="%featureName"
version="6.2.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0"
image="eclipse_update_120.jpg">
<description url="http://www.eclipse.org/dltk">
%description
</description>
<copyright url="http://www.eclipse.org/legal/epl-v20.html">
Copyright (c) 2005, 2007 IBM Corporation and others.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import feature="org.eclipse.dltk.core" version="6.0.0" match="compatible"/>
<import feature="org.eclipse.mylyn.context_feature" version="3.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn_feature" version="3.0.0" match="greaterOrEqual"/>
</requires>
<plugin
id="org.eclipse.dltk.mylyn"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>