From bbe3161ae79b4a0ed246c0c1da0878f68d76766f Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Mon, 15 Jan 2018 11:12:26 +0100 Subject: [PATCH] [releng] Update API baselines in Oomph setup stable-4.10 needs EGit 4.9.2 as baseline; with 4.9.0 it would produce errors about invalid @since tags in ResolveMerger and in FS, and also about ConfigConstants.CONFIG_KEY_SUPPORTSATOMICFILECREATION. The master branch needs EGit 4.10 as API baseline. Change-Id: I5fa1f82a2492e1c5484b2478bb15c2d23f4abe4c Signed-off-by: Thomas Wolf --- tools/oomph/EGit.setup | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/oomph/EGit.setup b/tools/oomph/EGit.setup index ba9f20443..cf4c42371 100644 --- a/tools/oomph/EGit.setup +++ b/tools/oomph/EGit.setup @@ -113,19 +113,19 @@ - EGit 4.9.0 API baseline; to be used with branch master + activate="false" + version="4.9.2" + location="${workspace.location/../api.baseline/4.9.2}" + remoteURI="http://download.eclipse.org/egit/updates-4.9.2/org.eclipse.egit.repository-4.9.2.201712150930-r.zip"> + EGit 4.9.2 API baseline; to be used with branch stable-4.10 - EGit 4.7.1 API baseline; to be used with branch stable-4.8 + version="4.10.0" + location="${workspace.location/../api.baseline/4.10.0}" + remoteURI="http://download.eclipse.org/egit/updates-4.10/org.eclipse.egit.repository-4.10.0.201712302008-r.zip"> + EGit 4.10.0 API baseline; to be used with branch master -- 2.11.4.GIT