diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-01-27 18:18:12 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-01-27 18:18:12 +0100 |
commit | 0cf7fd2cc5804290eac7ea31234e356a9e82ee01 (patch) | |
tree | f62d640ead6f9f49695d0bbc4d3d0dc99b73dfe8 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | f2d5187ea1843c4ce3824874c145e1f40e4cff57 (diff) | |
download | jgit-0cf7fd2cc5804290eac7ea31234e356a9e82ee01.tar.gz jgit-0cf7fd2cc5804290eac7ea31234e356a9e82ee01.zip |
Update the update site URL and corresponding feature.properties.
Change-Id: I55b42bca435c538a8c5534c68813568a2188b55b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-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> |