Skip to content

feat(build): remove sequenceNumber in *.target files - #1489

Merged
rubenporras merged 1 commit into
dsldevkit:masterfrom
rubenporras:target
Aug 14, 2026
Merged

feat(build): remove sequenceNumber in *.target files#1489
rubenporras merged 1 commit into
dsldevkit:masterfrom
rubenporras:target

Conversation

@rubenporras

Copy link
Copy Markdown
Member

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.

@rubenporras
rubenporras enabled auto-merge (squash) August 13, 2026 14:05
joaodinissf
joaodinissf previously approved these changes Aug 13, 2026
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.
@rubenporras
rubenporras merged commit 06d4f4a into dsldevkit:master Aug 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants