Browse Source

Merge "Update the update site URL and corresponding feature.properties."

stable-0.7
Matthias Sohn 15 years ago committed by Code Review
parent
commit
aa97c6e449
  1. 4
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties
  2. 4
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml

4
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 ##################################

4
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>

Loading…
Cancel
Save