Skip to content

Commit 5d699c7

Browse files
authored
Merge pull request #6811 from bndtools/docs/gen-2025-09-16-140654
docs: update generated docs
2 parents ac4828f + 302a096 commit 5d699c7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/_heads/export_package.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ However, in certain cases it is necessary to augment the uses clause. It is ther
9393

9494
Directives that are not part of the OSGi specification will give a warning unless they are prefixed with a 'x-'.
9595

96+
## Attribute and Directive Ordering
97+
98+
When bnd processes the `Export-Package` header, it automatically ensures consistent ordering of attributes and directives within each package clause. Attributes (keys without a trailing colon) are placed before directives (keys with a trailing colon), and both groups are sorted alphabetically. This ensures reproducible builds and easier comparison of manifest files.
99+
100+
For more details, see [OSGi Header Attribute and Directive Ordering](/chapters/160-jars.html#osgi-header-attribute-and-directive-ordering).
101+
96102

97103
//
98104
// EXPORTS

0 commit comments

Comments
 (0)