Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-04-09Fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=572740slewis1-1/+1
Change-Id: If287e83758459a6c6851a7d7bf8034877a4587f7
2020-10-23Remove uses of new Integer()Alex Blewitt1-1/+1
Instead of using `new Integer()` to construct Integer instances, use `Integer.valueOf()` which uses a cache to prevent re-instantiation of Integer instances where necessary. Bug: 568048 Change-Id: Ic5cbba63c04efb6410af186ead039b4051f04c83 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2020-06-11Bug 560602 - Switch to EPL version 2.0Mat Booth1-1/+1
Update license headers in framework bundles Change-Id: I746fa91a069cad039cfd12526bef8b69507b79fe Signed-off-by: Mat Booth <mat.booth@redhat.com>
2019-10-20Version increment for commit 5b0bf4dbb45c6797f70623f0b1a9e32a1543c6f5slewis1-1/+1
Change-Id: I229ffa57889e669411462119444909b2e8a0f417
2019-10-12Use jdk 5 for-each loopCarsten Hammer1-1/+1
Replace simple uses of Iterator with a corresponding for-each loop. Also add missing braces on loops as necessary. Bug: 547630 Change-Id: Icc7d2cd06c46657a195c2aa73b91dfa3a1be9c53 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2018-08-10Fix tycho build - match version in pom.xml.Alexander Kurtakov1-1/+1
Change-Id: Ia04bfc8fd2260223f8d3e7b97dce6fec6ef4a933 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-02Increment version for bugslewis1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=537607 Change-Id: If0ed53a60c547b437ac80d076bc2cf61112ff37f
2018-02-27Added BundleStarter to identity.utilslewis1-1/+1
Change-Id: Ied38b57de3148567de50d402b3c701184607da54
2016-10-11Bug 501905 - [Releng] [maven] Synchronise poms with versions from ManifestsMat Booth1-1/+1
Also add some documentation about building ECF and bundle version maintenance. Change-Id: I1d61b59afe5b70e5a45986ab145504f85e064988 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-08-17Bug 396457 - [Releng][Maven] Create a build based on tychoMat Booth1-0/+15
First part of adding the necessary machinery to build ECF with tycho. Adds two new projects, one to contain target platform definitions, and one to contain p2 repository definitions. Adds a parent pom at the root of the project and a gitignore file to mask built artifacts from the git repo. Poms are added and the build enabled for all the core features and plug-ins used by Equinox P2 (i.e. the minimum necessary to build the Eclipse Platform itself.) Change-Id: I0b41b4a611e2b3588fe876f14bd7c8e80de07b67 Signed-off-by: Mat Booth <mat.booth@redhat.com>

    Back to the top