From 1918f5ec974461084dc9c731757f914d6a8879e7 Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Mon, 4 Dec 2023 12:23:48 +0100 Subject: [PATCH] Restoring the group-id from the old pom file Using https://github.com/eclipse-tycho/tycho/wiki/Tycho-Pomless#overwrite-group-and-artifact-ids we restore the group id for the jdt.debug plug-in --- org.eclipse.jdt.debug/build.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/org.eclipse.jdt.debug/build.properties b/org.eclipse.jdt.debug/build.properties index b5bb2e456c..41096f8816 100644 --- a/org.eclipse.jdt.debug/build.properties +++ b/org.eclipse.jdt.debug/build.properties @@ -27,3 +27,4 @@ src.includes = about.html,\ jars.compile.order = jdimodel.jar javacWarnings..=-unavoidableGenericProblems javacWarnings.jdimodel.jar=-unavoidableGenericProblems +pom.model.groupId = org.eclipse.jdt