From e3076ccf5d06b45f051f8ada96db1c32bf166a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Wed, 9 Apr 2025 16:32:46 +0200 Subject: [PATCH] Add a profile to enable compilation with javac Sometimes there is a question "does it compile with javac" and doing so by hand can become cumbersome. This now adds a new profile "javac" that can be used to enable javac as a compiler instead of ecj and disable baseline compare/replace because of javac emits different bytecode by default. --- eclipse-platform-parent/pom.xml | 45 ++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 5f5762155c1..a511a71b00e 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -44,7 +44,7 @@ ${buildType}${buildTimestamp} UTF-8 - + 2025 06