diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-04-27 09:24:44 -0500 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-04-27 09:26:25 -0500 |
commit | f1946b0669b7f992133c350f650ae4c9a701f9b4 (patch) | |
tree | 1527648d20b0e15a4d9b8d8333f1d24ae72700c7 /org.eclipse.jgit.packaging | |
parent | 4ef96296f7cbd748cf46a6c6fba045e355915158 (diff) | |
download | jgit-f1946b0669b7f992133c350f650ae4c9a701f9b4.tar.gz jgit-f1946b0669b7f992133c350f650ae4c9a701f9b4.zip |
Cleaning up provider and feature names
It is incorrect to use Eclipse.org as the providerName now,
we'll use Eclipse JGit.
Change-Id: I1621b93d4f401176704e7c43935a5ce0c8ee8419
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties | 4 |
1 files changed, 2 insertions, 2 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 b47d8ad641..17010b1579 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties @@ -8,8 +8,8 @@ # ############################################################################### -featureName=Eclipse JGit Feature (Incubation) -providerName=Eclipse.org +featureName=Eclipse JGit (Incubation) +providerName=Eclipse JGit updateSiteName=Eclipse JGit Update Site (Incubation) |