From 302e7bfae7e547e2420a6870353d086227519fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Fri, 5 Jan 2024 17:32:32 +0100 Subject: [PATCH] Specify the locale for the javadoc build Currently the locale is determined by the system what can result in slightly different results. This configures the locale to be always 'en' (+removes an old comment) --- eclipse-platform-parent/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 83ff46d0c16..0b381c0744d 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -247,9 +247,6 @@ org.eclipse.tycho target-platform-configuration - org.eclipse @@ -618,6 +615,7 @@ true true true + en UTF-8 UTF-8 true