Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-07Bug 541822 - POM and product version change for 4.11 releaseAlexander Kurtakov2-2/+2
Change-Id: I8454243e87078b718102ce58702c08fe8f9f163c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-09-14Bug 536766 - Drop 32 bit support in 4.10Sravan Kumar Lakkimsetti1-18/+8
Change-Id: I4bd55029efb18daad6efbe8172892b9911a6dc71 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-09-05Bug 538531 - POM version change for 4.10 releaseSravan Kumar Lakkimsetti2-2/+2
Change-Id: I22a7fa1170509c771d1284173aa708bf8ca6bee6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-08-21Bug 530393 - EPL 2.0 update for SWT for swt.tools.feature and localbuildLars Vogel1-3/+6
Change-Id: Idc26ab5e340a7c0ed34d7bd90593cf7fa2beedfe Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-06Bug 518669 - Drop support for Linux ppc64 in 4.9Alexander Kurtakov1-23/+18
Remove build support and tests running setup for ppc64 in swt. Change-Id: I488a6ce9398baca50a7fe1fdd4fa1163868fbf3d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-29Bug 535191 - POM version change for 4.9 releaseAlexander Kurtakov2-2/+2
Change-Id: Icf2788319e154102ecb1002b3e9783824e709266 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 release Alexander Kurtakov2-2/+2
Point to 4.8 parent pom. Change-Id: Ib1077addbb229ec9a84eb11c1882fd13816e0fec Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-04-28Bug 515548 - Drop support for ppc32 on platformSravan Kumar Lakkimsetti1-7/+2
Change-Id: I391e7ee7cc7755b3bda2483a0ae1e7befcfa9f23 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2017-01-12Bug 509525 - Stop packaging Unix buildsSravan Kumar Lakkimsetti1-45/+10
Change-Id: Ie8aee9ae6ffdb32d228605bc03ae64f71145be24 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-06-29Bug 496465: Prep for 4.7 (Oxygen) buildsAlexander Kurtakov1-1/+1
Fix for commit 707d4dd62891c962b6a08f5f6541b4170b0b75f9 which broke local build. Manifest and pom should always have same version. Change-Id: I570585c7630f2a20275a819adc8481548b5c6997 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-06-28Bug 496465: Prep for 4.7 (Oxygen) buildsMarkus Keller2-3/+3
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update ↵Markus Keller2-2/+2
parent poms for 4.6
2015-03-25Bug 462851 - wrong value used for osgi.arch for ppc64le Alexander Kurtakov1-2/+2
Fix wrong ppcle64 arch. Should have been ppc64le. Change-Id: Id7ac888d05cc6d9b97b8f5a0ec5cf6dd2eebf81a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-03-16461427 Add build-time dependency to arbitrary SWT fragment versionTobias Oberlies5-0/+166
- When building the org.eclipse.swt project without having org.eclipse.swt.binaries in the reactor, there are no SWT fragments which exactly match the version of the SWT host bundle. Therefore, we need a different way to pull in the fragments. With this change, this is done via a (build time only) bundle with has a p2.inf similar to org.eclipse.swt, but without the strict version ranges. Bug: 461427 Change-Id: I15db9620e0011b4e232ff5adb52504830c7b1662 Signed-off-by: Tobias Oberlies <tobias.oberlies@sap.com> Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>

    Back to the top