From 06cc0f01a99c51fabbc18fc3d5a2c53b54775110 Mon Sep 17 00:00:00 2001 From: U000805 Date: Thu, 13 Aug 2026 16:05:03 +0200 Subject: [PATCH] feat(build): remove sequenceNumber in *.target files In modern Eclipse/Tycho .target files, sequenceNumber is generally not advisable or necessary.' It is legacy PDE metadata used to distinguish revisions of a target definition without changing its name. Current PDE and Tycho resolve the target from its actual contents, so changing locations, repositories, or included units is sufficient. Keeping it has no meaningful effect on dependency resolution and creates a manually maintained value that is easy to forget. --- ddk-target/ddk.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddk-target/ddk.target b/ddk-target/ddk.target index c1cf41d1b..05e43267d 100644 --- a/ddk-target/ddk.target +++ b/ddk-target/ddk.target @@ -1,6 +1,6 @@ - +