Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-06-22 14:28:06 +0000
committerspingel2011-06-22 14:28:06 +0000
commit96610632f2ccef230091968bf78f3cadcb4281ea (patch)
tree301c7b0d9984a812b5dc713e8570e817818c4d06 /org.eclipse.mylyn-feature
parent9431a09e16743d9db3135d7c14882f242d444655 (diff)
downloadorg.eclipse.mylyn.tasks-96610632f2ccef230091968bf78f3cadcb4281ea.tar.gz
org.eclipse.mylyn.tasks-96610632f2ccef230091968bf78f3cadcb4281ea.tar.xz
org.eclipse.mylyn.tasks-96610632f2ccef230091968bf78f3cadcb4281ea.zip
NEW - bug 350060: add discovery URL for Mylyn update site
https://bugs.eclipse.org/bugs/show_bug.cgi?id=350060
Diffstat (limited to 'org.eclipse.mylyn-feature')
-rw-r--r--org.eclipse.mylyn-feature/feature.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index b6467116a..88cbab5ba 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -28,6 +28,10 @@
%license
</license>
+ <url>
+ <discovery label="Mylyn 3.7 for Eclipse 3.6, 3.7 and 3.8" url="http://download.eclipse.org/mylyn/releases/3.7"/>
+ </url>
+
<requires>
<import plugin="org.eclipse.mylyn.commons.core" version="3.6.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.commons.net" version="3.6.0" match="compatible"/>

Back to the top