Community
Participate
Working Groups
Hi Sravan, Is there anything do be done here? I think jobs in master should work as is.
Need to determine the version strategy and implement. Otherwise the existing jobs would work fine
New Gerrit change created: https://git.eclipse.org/r/129220
Gerrit change https://git.eclipse.org/r/129220 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/?id=756ac71ebc74ea5c2c59fe1edb59868bd1306a49
New Gerrit change created: https://git.eclipse.org/r/129329
Gerrit change https://git.eclipse.org/r/129329 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/commit/?id=dc657b7c85cd1cd9efc4b07ae8304096cdaa91d6
Implemented new versioning for natives. Resolving this
Notes on new versioning used by SWT builds: 1) SWT version now uses a revision field, e.g: v4922r1 where 1 is the revision. The native libraries will use this full version in their name. 2) Revision is incremented by 1 when there is native change and natives are rebuilt. The SWT tags also use this version with the alphabet tags. 3) Minor version is incremented by 2 for the new release and revision field is reset to 1. 4) Minor version is incremented by 1 for any maintenance builds. For eg: For 4.10 maintenance builds, version will be v4923r1. 5) On Windows, the file version of the dlls will now use the comma separated version of <maj_ver>,<min_ver>,<revision>,0. For eg: 4,922,1,0 instead of 4,9,2,2.