summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'stable-0.8'Shawn O. Pearce2010-06-143-38/+303
|\ | | | | | | | | | | | | | | | | | | | | | | | | * stable-0.8: Qualify post-0.8.4 builds JGit 0.8.4 JGit 0.8.3 Include about.html in org.eclipse.jgit artifact Fix build.properties of the JGit feature Added the standard SULA for JGit Add "resources/" as a source folder Change-Id: I4ecb0af41184ef84d104345fd1adcc4a240a38f6
| * Qualify post-0.8.4 buildsstable-0.8Shawn O. Pearce2010-06-146-11/+11
| | | | | | | | | | Change-Id: I21efed66921eb7e1e4010fccc9fa9af6c4150fc1 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
| * JGit 0.8.4v0.8.4Matthias Sohn2010-06-146-11/+11
| | | | | | | | | | | | | | Created wrong tags for 0.8.3 hence creating another version. Change-Id: I4e00bbcffe1cf872e2d7e3f3d88d068701fb5330 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * JGit 0.8.3Matthias Sohn2010-06-146-11/+11
| | | | | | | | | | Change-Id: I845da83c74475d74ec25d68f53c0a4738a898550 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * 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-073-38/+303
| | | | | | | | | | | | | | | | | | | | 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>
* | Start 0.9 developmentShawn O. Pearce2010-06-146-11/+11
|/ | | | | Change-Id: I84173ece5100f1fcb78168e2e102b649d9466c08 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Qualify post-0.8.1 buildsShawn O. Pearce2010-06-026-11/+11
| | | | | Change-Id: Id86e5876b2f684b2a272c07061a276b054ba410d Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* JGit 0.8.1v0.8.1Shawn O. Pearce2010-06-026-11/+11
| | | | | Change-Id: I3d4ac7d0617a3575019e2ed748ed2a298a988340 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Add missing pom dependency to org.eclipse.jgit.junitMatthias Sohn2010-05-112-0/+13
| | | | | Change-Id: I86f292039f1b8e499baf05238f55b1d550d098a5 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Expose org.eclipse.jgit.junit via jgit p2 repositoryMatthias Sohn2010-05-119-0/+253
| | | | | | | | | | | | 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>
* 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>
* Merge 'Update build to use Tycho 0.8'Shawn O. Pearce2010-04-101-1/+1
|\ | | | | | | | | | | | | Conflicts: org.eclipse.jgit.packaging/pom.xml Change-Id: I248a72575ff23fecf7599c06517c909f43f95ee4
| * Update build to use Tycho 0.8Matthias Sohn2010-04-111-1/+1
| | | | | | | | | | Change-Id: I99bac3376d9460ab94b548bd2f83be6fbc6ecbe3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* | JGit plugin not compatible with Eclipse 3.4Robin Rosenberg2010-04-051-2/+2
|/ | | | | | | | | | | | | | | The JSch bundle in Eclipse 3.4 does not export its packages with version numbers. Use Require-Bundle on version 0.1.37 that comes with Eclipse 3.4 There is no 0.1.37 in the maven repositories so the pom still refers to 0.1.41 so the build can get the compile time dependencies right. Bug: 308031 CQ: 3904 jsch Version: 0.1.37 (using Orbit CQ2014) Change-Id: I12eba86bfbe584560c213882ebba58bf1f9fa0c1 Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
* Qualify builds as 0.8.0Shawn O. Pearce2010-03-204-7/+7
| | | | | | | | | Since the API is changing relative to 0.7.0, we'll call our next release 0.8.1. But until that gets released, builds from master will be 0.8.0.qualifier. Change-Id: I921e984f51ce498610c09e0db21be72a533fee88 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* tools/version.sh: Update OSGi manifest filesShawn O. Pearce2010-03-181-2/+2
| | | | | | | | Tag the version number and API range in the OSGi manifest files whenever we bump the pom.xml files. Change-Id: I7c38b51f7139c02bef6b0e67d3f9199cbcdc8a39 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Update build to use Tycho 0.7.0Matthias Sohn2010-02-081-1/+1
| | | | | Change-Id: Ie4133083a1cb1730f3dba52c0b8d359c7ed845e6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Adding some Eclipse-related legal files to JGitChris Aniszczyk2010-02-032-0/+60
|
* Update the update site URL and corresponding feature.properties.Matthias Sohn2010-01-272-4/+4
| | | | | 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>
* Correct indentation in org.eclipse.jgit.packaging/pom.xmlShawn O. Pearce2010-01-231-1/+1
| | | | | Change-Id: I45caafbad4daac827f661d38c7f719e9b5511dd4 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* Use build timestamp as OSGi version qualifierMatthias Sohn2010-01-231-1/+2
| | | | | | | | | | | Translate the version qualifier using maven-antrun-plugin since we want manifest-first and currently cannot rely on Tycho for the JGit build. Introduce property for Eclipse p2 repository to enable builds against other Eclipse versions. Change-Id: I62c4e77ae91fe17f56c5a5338d53828d4e225395 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Remove redundant Maven plugin declarations from sub-modulesMatthias Sohn2010-01-162-29/+0
| | | | | Change-Id: I2aa1b2e2e08108deec051594ca8ac3992e271f0f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Maven 3/Tycho build for JGit featureMatthias Sohn2010-01-1517-0/+786
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>