summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging
Commit message (Collapse)AuthorAgeFilesLines
* 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>