summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties
Commit message (Collapse)AuthorAgeFilesLines
* Improve feature names to become understandable by end usersMatthias Sohn2013-05-211-1/+1
| | | | | | | | | This was requested in [1]. [1] http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg08981.html Change-Id: I9764961a651c1fa64042098d60da9b496453f703 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update to eclipse.org's latest SUAMatthias Sohn2011-06-021-1/+2
| | | | | Change-Id: I0d016ddaed85656c2e680d0bc99829c6ea13b968 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Remove incubation markerMatthias Sohn2011-05-311-2/+2
| | | | | Change-Id: I6018ce0cd3b7c8137e137848fe1f04551b257538 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Added the standard SULA for JGitChris Aniszczyk2010-06-071-37/+125
| | | | | | | | | | The Eclipse Foundation requires the standard SULA be present in every feature. We had the license present via edl-v10.html but we were missing the SULA via the license.html file. The fix is to simply add the SULA. Change-Id: I75b43ce098f544b95181755b5cc81a9b1dee6391 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
* Cleaning up provider and feature namesChris Aniszczyk2010-04-271-2/+2
| | | | | | | | 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>
* Update the update site URL and corresponding feature.properties.Matthias Sohn2010-01-271-2/+2
| | | | | Change-Id: I55b42bca435c538a8c5534c68813568a2188b55b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Correct bundle, provider names to be consistentShawn O. Pearce2010-01-231-1/+1
| | | | | | | | | | | | | | Technically our project name is "JGit", not "Java Git". In fact there is already another project called "JavaGit" (no space) that we don't want to become confused with. Ensure we always call ourselves "JGit" in user visible assets, like the bundle name. Other Eclipse products list their provider as "Eclipse.org", not "eclipse.org". So list ourselves that way in all of our plugin.properties files. Change-Id: Ibcea1cd6dda2af757a8584099619fc23b7779a84 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Maven 3/Tycho build for JGit featureMatthias Sohn2010-01-151-0/+71
As discussed on the jgit-dev list here: http://dev.eclipse.org/mhonarc/lists/egit-dev/msg00654.html - Define a separate JGit feature. - As of now create a separate JGit update site and zip it. Change-Id: Ie4026f15f6250c4933dccf6f31b5009b90c036bc Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>