Git log from I20180905-2000 (previous) to I20180906-0745 (current) The tagging, and this report, were done at about 20180906-0748 commit 4ea055c0d0701bc7014afc9ecf13d2a093dbf177 Author: Eclipse Platform RelEng Bot Date: Thu Sep 6 07:48:42 2018 -0400 Build input for build I20180906-0745 commit 05d6ba8048379a2e630f604c10c6b1a926e9aff1 Author: Kalyan Prasad Tatavarthi Date: Thu Sep 6 16:05:37 2018 +0530 Bug 535802 Fixes broken PropertyFileConverter.java from the EPL 2.0 conversion Change-Id: I43be36bf4d309a98a0ae982be8a74857ec6699dd Signed-off-by: Kalyan Prasad Tatavarthi commit dc7d96a5f239c42245afd2f2c36ac5130d2404a4 Author: Mickael Istria Date: Thu Sep 6 13:21:18 2018 +0200 Bug 538564 - Explicitly require org.eclipse.equinox.ds Tycho 1.2.0 is only able to start tests with org.eclipse.equinox.ds nstalled (configuring its start level). However, org.eclipse.equinox.ds is now discarded and org.apache.felix.scr replaces it as provider for `osgi.extender`. Tycho 1.2.0 is not able to set the right start level for org.apache.felix.scr. So we explicitly add org.eclipse.equinox.ds to keep compatility with Tycho 1.2.0: Tycho sets a start-level for org.eclipse.equinox.ds, so when the bundle starts it also starts org.apache.felix.scr (as requirement). Change-Id: Id03001f415586e3ab0bcb7844fdef84555cc133d Signed-off-by: Mickael Istria