From c1fdc48156ea5c9d98720ba9569fcbf533d69420 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Tue, 14 May 2024 16:49:13 +0200 Subject: [PATCH] Include cdt-lsp in the CDT.setup (#786) - Configure the JRE for Java 21. - Clone cdt-lsp - Include its source locator in the targlet - Configure both clones to rebase new branches by default. - Add a working set for the CDT LSP projects. --- releng/CDT.setup | 49 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/releng/CDT.setup b/releng/CDT.setup index f259fd1673f..665833ff6af 100644 --- a/releng/CDT.setup +++ b/releng/CDT.setup @@ -67,8 +67,8 @@ + version="JavaSE-21" + location="${jre.location-21}"> Define the JRE needed to compile and run the Java projects of ${scope.project.label} - CDT Github Repository + CDT GitHub Repository remoteURI + + + CDT + + + + github.remoteURIs + + + CDT LSP GitHub Repository + + + remoteURI + + + + + + CDT LSP + + @@ -368,6 +405,12 @@ project="org.eclipse.cdt" relativePathPattern="llvm/.*"/> + + +