Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-06-06Bug 386377 - Native launcher not built during first buildMat Booth1-1/+51
Change where the build.xml is invoked for building the native parts during a maven build. Previously, because the build.xml was invoked from the feature, and the reactor orders the build of the native fragments *before* the feature, it means the fragments do not include the freshly built native parts. Invoke it instead from the fragments themselves by moving the profile to the launcher-binary-parent pom. This way the native parts are guaranteed to be built in time to be included in the fragments. Change-Id: I0f9004cb10427cdd6a84bdf94cbbf10263f5267f Signed-off-by: Mat Booth <mat.booth@redhat.com>
2018-05-30Bug 535191 - POM version change for 4.9 releaseI20180601-0915I20180601-0900I20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov1-1/+1
Change-Id: I25ec4de8aaa26a6e7210e49a6fcd9eb129e3cdae Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 release I20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: I1620cbf3b7a5520257c374f1c57f16311e0a4b63 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsThomas Watson1-1/+1
Change-Id: I141bdbfacdcfbc14a5f138669f71ba6fb84f47a8 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-03-24Bug 488935 - Avoid "workspace dirt" in the launcher bundlesMat Booth1-2/+18
Change the ant task to copy the artifacts in the maven "target" directory and include them in the bundle via tycho-packaging-plugin instead of build.properties. This is the idiomatic way to include dynamic or generated artifacts. Change-Id: Ib60544a804b2e1d4b93627a9360e7ee6ffdfe4f1 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-0800Thomas Watson1-1/+1
- update parent poms for 4.6
2015-02-19Bug 458034 - Update maven pluginsI20150224-0800Alexander Kurtakov1-23/+0
Use versions of maven-antrun-plugin and maven-resources-plugin as specified in eclipse-parent pom pluginManagement - just don't specify one in poms and it's inherited from parent. Drop useless dependency on ant-apache-bsf, bsf, ant-nodeps and rhino - nothing needs them in the build here. It looks like this has been copy pasted from swt.binaries where they are actually needed. Change-Id: Ifd652ac9e0a8a20789101597c947686023d17f3a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140701-0800Paul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-04-04Bug 431159 - Remove unused properties from launcher pom.xml filesAlexander Kurtakov1-5/+0
There are two versions in pom.xml files launcher-binary.version and launcher-binary.ext. They are not used anywhere and just cause confusion due to different version numbers and etc. Change-Id: Ie249b5ccd39addf505eb78883542bdd5a86ba4b4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-06-24Bug 411169 - Update parent POMs for LunaPaul Webster1-1/+1
2013-05-14Bug 407433 - eclipse launcher companion library requires execute permission ↵I20130518-1500I20130516-2200I20130516-1800I20130516-1600I20130515-2000I20130514-2000Thomas Watson1-1/+1
on HPUX
2013-05-13Bug 407433 - eclipse launcher companion library requires execute permission ↵Bogdan Gheorghe1-1/+1
on HPUX
2013-05-13Bug 407433 - eclipse launcher companion library requires execute permission ↵Bogdan Gheorghe1-0/+1
on HPUX
2013-03-27Bug 403970 - Update rt.bundles and rt.framework parent versionsI20130402-0800Thomas Watson1-8/+5
2012-09-12Bug 370704 - equinox launchers buildKrzysztof Daniel1-1/+1
2012-09-12Bug 370704 - equinox launchers build - patch v2v20120912-140910Thanh Ha1-20/+51
2012-05-22Bug 379748 - Pull request for Equinox from CBIv20120522-1813Thomas Watson1-0/+65
Add poms for Tycho build

    Back to the top