Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-07Bug 541822 - POM and product version change for 4.11 releaseAlexander Kurtakov1-1/+1
Change-Id: I9d90aed616aebfc2eee7948921ba9f89af00d641 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-09-14Bug 536766 - Drop 32 bit support in 4.10Sravan Kumar Lakkimsetti1-10/+0
Change-Id: I6e6fc4480cc605861291d7edb2bf223629b92b36 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-09-04Bug 538531 - POM version change for 4.10 releaseSravan Kumar Lakkimsetti1-1/+1
Change-Id: I95e8b65614e11ef7165b8ddbf91258d362616e7a Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-05-30Bug 535193 - Update product version number to 4.9 across build scriptsSravan Kumar Lakkimsetti1-1/+1
Change-Id: Ib61e4010e1d4a5778dcead37f183c915bd2f8232 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2017-08-10Bug 442770 - Use maven assembly plugin to generate sources tarballMat Booth1-1/+0
Also standardise on assembly plugin 3.0.0 Change-Id: Ib9365c6a4baef8be230483cd05072786d3771b76 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2017-06-09Bug 517929 - Update POMs in the master for 4.8 releaseSravan Kumar Lakkimsetti1-1/+1
Change-Id: I94a66ff2d40779af12a58f29a776c5f048a00b60 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2016-06-28Bug 496465 - Prep for new builds - POMs in masterDavid Williams1-1/+1
Change-Id: I56646769235c47f5efecdbb78b2404e5db970f79
2015-11-19Bug 419510 - Dirty working tree: files in docs (common)Mat Booth1-6/+6
Fetch schema conversion and javadoc generation logs from new location. Change-Id: Ieb49478c8e1323c9122e40aa1379440ed2bd87dc Signed-off-by: Mat Booth <mat.booth@redhat.com>
2015-08-11Bug 474658 - Update maven-assembly-plugin used in eclipse-junit-testsAlexander Kurtakov1-1/+1
Latest released version (2.5.5) has many many changes over the one in use (2.4). Some of them are quite important for downstreams using tests - most notably fixes around permissions and support for symlinks. Change-Id: Ib82ae173baba2aac65e2113484421933db32375b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-07-01Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsDavid Williams1-1/+1
2014-11-18Bug 451347 - Issues with Maintenance Build publication - static filesDavid Williams1-1/+4
not copied into place Make sure all of master is formatted consistently, before formating and synchronizing maintenance.
2014-11-17Bug 451889 - Consolidate maven-resources-plugin configuration and updateAlexander Kurtakov1-1/+0
version The version should be set only once in pluginManagement section in eclipse-platform-parent instead of everywhere maven-resources-plugin config is changed. This reduces the chance for using different version in different places of the build. Update maven-resources-plugin to 2.7 version containing following fixes http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145&version=18645 and most noticeably http://jira.codehaus.org/browse/MSHARED-220. Change-Id: Ice329be193e801b1b0048321056dbb6dc2b216c8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-11-10Bug 444243 - Improve scripts to handle performance testsDavid Williams1-6/+6
2014-07-28Bug 409190 - [restore test] restore some releng testsDavid Williams1-0/+14
Bug 411317 - Need to remove some "PDE Transition" code Bug 387872 - BuildTests has no test that reports failures in platform.doc.isv.schema.txt
2014-06-25Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-06-02Bug 436150 - org.eclipse.platform.releng.tychoeclipsebuilder has tons ofDavid Williams1-1/+2
files without copyright
2014-05-18Bug 409076 - establish standard formatting - indentationDavid Williams1-57/+57
2014-02-25Bug 428959 - Don't create eclipse-junit-tests.zip twice.Alexander Kurtakov1-13/+0
Do not configure execution of archive-repository as it's executed by default and there is no need to do it twice. Change-Id: I32a4d5ed1294d765afa74fe3ee3a6d38cd479ad9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-02-24Bug 428902 - Set version to maven-assembly-plugin in eclipse-junit-testsAlexander Kurtakov1-0/+1
Use latest released assembly plugin to be sure that same version is used consistently. Change-Id: I69dbfbf253c948156f4b6f8e3d86c341aa21c0f2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-12-04Bug 423105 - Add prereq section and use properties for maven pluginDavid Williams1-1/+1
versions
2013-11-18Bug 421587 - Some poms use wrong version variable for ↵Thanh Ha1-1/+1
'org.eclipse.tycho.extras' group Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
2013-06-26Bug 411157 - Update parent POMs for LunaPaul Webster1-1/+1
2013-05-25Bug 408992 - Use eclipse-cbi-plugin 1.0.3 released versionThanh Ha1-1/+1
- Also updated all cbi-plugin declarations to use a variable cbi-plugins.version to set the version just like we do with Tycho
2013-03-26Bug 403963 - Update Platform Releng/common parent versionPaul Webster1-3/+1
2013-02-27Bug 401776 - [CBI] too many compile warnings (revert change in junitDavid Williams1-8/+0
packaging)
2013-02-27Bug 401776 - [CBI] too many compile warnings David Williams1-0/+9
2013-02-26Bug 394831 - [cbi] Platform parent should be renamedThanh Ha1-4/+3
- Make junit tests point to tychoeclipsebuilder pom as parent
2013-02-26Bug 394831 - [cbi] Platform parent should be renamedThanh Ha1-1/+1
- Renamed directory eclipse-parent -> eclipse-platform-parent - Fixed relativePath for junit tests - Fixed relativePath for root pom.xml
2013-02-25Bug 394831 - [cbi] Platform parent should be renamedDavid Williams1-2/+2
2013-02-19Bug 399893 Move maven-cbi-plugin to org.eclipse.cbi (Update POMs)Mike Lim1-3/+3
- change maven-cbi-plugin to eclipse-cbi-plugin - pull cbi-plugins from Nexus at https://repo.eclipse.org
2013-02-12Bug 400517 - [CBI] version qualifiers can be "after" build IDPaul Webster1-1/+1
use buildTimestamp
2013-02-02Bug 394293 - [CBI] launch the testsDavid Williams1-1/+2
2013-01-28Bug 381057 - CBI should be able to generate the API tools descriptionKrzysztof Daniel1-1/+1
2013-01-07Bug 396855 - Invalid p2 mirror URL in eclipse-junit-tests/pom.xmlThanh Ha1-1/+1
2012-12-07Bug 393927 - Change the mirror phase to packageThanh Ha1-1/+1
2012-12-07Bug 395098 - eclipse-junit-tests generates incorrect properties filesThanh Ha1-0/+4
Conflicts: eclipse-parent/pom.xml
2012-12-07Bug 393927 - [CBI] Generate Deployable build directoryPaul Webster1-0/+53
Use p2 mirror to create the test framework repo
2012-09-13Move eclipse-junit-tests module to tychoeclipsebuilder and remove TMPThanh Ha1-0/+156

    Back to the top