* DLTK Mylyn integration
diff --git a/mylyn/features/org.eclipse.dltk.mylyn-feature/feature.xml b/mylyn/features/org.eclipse.dltk.mylyn-feature/feature.xml
new file mode 100644
index 0000000..6a806b1
--- /dev/null
+++ b/mylyn/features/org.eclipse.dltk.mylyn-feature/feature.xml
@@ -0,0 +1,65 @@
+<?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="0.95.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>
+
+ <url>
+ <update label="%updateSiteName" url="http://download.eclipse.org/technology/dltk/updates/"/>
+ <discovery label="%updateSiteName" url="http://download.eclipse.org/technology/dltk/updates/"/>
+ </url>
+
+ <requires>
+ <import feature="org.eclipse.dltk.core" version="0.95.0.qualifier"/>
+ <import feature="org.eclipse.mylyn.context_feature" version="3.0.0.qualifier"/>
+ <import feature="org.eclipse.mylyn.ide_feature" version="3.0.0.qualifier"/>
+ <import feature="org.eclipse.mylyn.monitor_feature" version="3.0.0.qualifier"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.0.0.qualifier"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.dltk.mylyn"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.dltk.mylyn.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>