aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/build.properties
Commit message (Collapse)AuthorAgeFilesLines
* Fix build.properties of the JGit featureChris Aniszczyk2010-06-071-1/+1
| | | | | | | | The JGit feature's build.properties was referring to a notice.html instead of license.html Change-Id: I642e2a05d1be58b1d47fd9701edf1a0f2bfa3660 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
* Added the standard SULA for JGitChris Aniszczyk2010-06-071-1/+2
| | | | | | | | | | 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>
* Adding some Eclipse-related legal files to JGitChris Aniszczyk2010-02-031-0/+1
|
* Maven 3/Tycho build for JGit featureMatthias Sohn2010-01-151-0/+2
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>