<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.maven.ide.eclipse.mylyn.feature"
      label="Maven issue tracking configurator for Mylyn 2.x (Optional)"
      version="0.9.7.qualifier"
      provider-name="Sonatype, Inc."
      plugin="org.maven.ide.eclipse">

   <description url="http://m2eclipse.sonatype.org/">
      Link projects to Mylyn issue tracking repositories using issue management information from Maven&apos;s pom.xml.
   </description>

   <copyright url="http://sonatype.com/">
      Copyright (c) 2008 Sonatype, Inc.
   </copyright>

   <license url="http://www.eclipse.org/legal/epl-v10.html">
      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
   </license>

   <url>
      <update label="Maven Integration" url="http://m2eclipse.sonatype.org/update/"/>
   </url>

   <requires>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.maven.ide.eclipse" version="0.0.11" match="greaterOrEqual"/>
      <import plugin="org.maven.ide.components.maven_embedder"/>
      <import plugin="org.eclipse.mylyn.tasks.ui" version="2.0.0" match="compatible"/>
      <import plugin="org.eclipse.mylyn.tasks.core" version="2.0.0" match="compatible"/>
   </requires>

   <plugin
         id="org.maven.ide.eclipse.mylyn"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>
