Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.github-feature/feature.properties2
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml4
2 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.properties b/org.eclipse.mylyn.github-feature/feature.properties
index f68092a3..0a667db1 100644
--- a/org.eclipse.mylyn.github-feature/feature.properties
+++ b/org.eclipse.mylyn.github-feature/feature.properties
@@ -14,6 +14,8 @@ description=Eclipse Mylyn to GitHub connector.
featureName=Eclipse GitHub integration with task focused interface
providerName=Eclipse EGit
+updateSiteName=Eclipse GitHub integration update site
+
# description property - text of the "Feature Descrption"
description=Integration with GitHub
################ end of description property ##################################
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index 249ff56d..2e9edbca 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -20,6 +20,10 @@
%license
</license>
+ <url>
+ <update label="%updateSiteName" url="https://download.eclipse.org/egit/github/updates"/>
+ </url>
+
<requires>
<import feature="org.eclipse.egit" version="5.5.0" match="equivalent"/>
<import feature="org.eclipse.mylyn_feature" version="3.20.0" match="greaterOrEqual"/>

Back to the top