blob: bcc367916b0159e1146c8f32936543a28761054b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* <copyright>
*
* Copyright (c) 2005, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
*
* </copyright>
*/
-->
<feature
id="org.eclipse.dltk.mylyn"
label="%featureName"
version="4.0.0.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg">
<description url="http://www.eclipse.org/dltk">
%description
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2005, 2007 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import feature="org.eclipse.dltk.core" version="4.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>