Skip to content

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

Open
rubenporras wants to merge 1 commit into
dsldevkit:masterfrom
rubenporras:target
Open

feat(build): remove sequenceNumber in *.target files#1489
rubenporras wants to merge 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.

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
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