From 4aa51673ab2cf2d3c256a1f8cfddea2602fb1730 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Thu, 20 Jul 2023 21:46:22 -0400 Subject: [PATCH] Update target platform to latest Eclipse Platform milestone This includes updating to 3rd party dependencies coming from Maven so that everything resolves properly. In particular spifly required asm, and by doing `includeDependencyDepth="direct"` that dependency is included in the target platform. --- .../debug.product | 6 ++++++ releng/org.eclipse.cdt.target/cdt.target | 9 ++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.application.product/debug.product b/debug/org.eclipse.cdt.debug.application.product/debug.product index 2fc7ff305af..85f3220bb1e 100644 --- a/debug/org.eclipse.cdt.debug.application.product/debug.product +++ b/debug/org.eclipse.cdt.debug.application.product/debug.product @@ -198,6 +198,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U + @@ -407,6 +408,11 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U + + + + + diff --git a/releng/org.eclipse.cdt.target/cdt.target b/releng/org.eclipse.cdt.target/cdt.target index 169bff120a5..205db39fd02 100644 --- a/releng/org.eclipse.cdt.target/cdt.target +++ b/releng/org.eclipse.cdt.target/cdt.target @@ -1,13 +1,13 @@ - + - + @@ -66,8 +66,7 @@ - - + org.slf4j @@ -157,4 +156,4 @@ -ea -consolelog - + \ No newline at end of file