summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.properties
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent feature and category namesMatthias Sohn2016-09-231-3/+2
| | | | | | | | These names are presented to users when they install JGit so they should be consistent. Bug: 496101 Change-Id: I88a1abd8c3717d9a2f958e3a39edb2dbce3a415b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Software User AgreementMatthias Sohn2014-04-141-4/+3
| | | | | Bug: 431255 Change-Id: I8a44028d8c48ddd1b9d2f9ef4af4d417c5454881
* 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-34/+123
| | | | | 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>
* Expose org.eclipse.jgit.junit via jgit p2 repositoryMatthias Sohn2010-05-111-0/+73
EGit Tycho builds on build.eclipse.org frequently hit corrupted artifacts which leads to broken builds. Cleaning up these corrupted files is tedious since it requires file system access on the build server. Hence we want to switch to use job-local m2 repositories. This requires that build artifacts are shared between the jgit and egit build jobs via p2. Therefore the bundle org.eclipse.jgit.junit needs to be exposed via p2 repository. Change-Id: I0ccd7763eede117cb68240fdd25f13d6e6f6a2c1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>