diff options
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties index c22fc30395..b47d8ad641 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties @@ -11,9 +11,9 @@ featureName=Eclipse JGit Feature (Incubation) providerName=Eclipse.org -updateSiteName=Eclipse Update Site (experimental) +updateSiteName=Eclipse JGit Update Site (Incubation) -# description property - text of the "Feature Descrption" +# description property - text of the "Feature Description" description=\ A pure Java implementation of the Git version control system.\n ################ end of description property ################################## diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index 5cc5b84ce2..3f802db11f 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -18,8 +18,8 @@ </license> <url> - <update label="%updateSiteName" url="http://www.jgit.org/updates"/> - <discovery label="%updateSiteName" url="http://www.jgit.org/updates"/> + <update label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/> + <discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/> </url> <requires> |