Skip to content

Commit

Permalink
Adds Feature eclipse#1568 - [OSGi] Opting in to Service Loader Mediator
Browse files Browse the repository at this point in the history
Switched back to Automatic-Module-Name to fix only one topic at a time
  • Loading branch information
fipro78 committed Mar 27, 2024
1 parent 3f6d7bb commit 2e591f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eclipse-collections-api/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package-version=${version;===;${Bundle-Version}}

-jpms-module-info: org.eclipse.collections.api
Automatic-Module-Name: org.eclipse.collections.api
Bundle-SymbolicName: org.eclipse.collections.api
Export-Package: \
*;version="${package-version}"
Expand Down
2 changes: 1 addition & 1 deletion eclipse-collections/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package-version=${version;===;${Bundle-Version}}

-jpms-module-info: org.eclipse.collections.impl
Automatic-Module-Name: org.eclipse.collections.impl
Bundle-SymbolicName: org.eclipse.collections.impl

Export-Package: \
Expand Down

0 comments on commit 2e591f5

Please sign in to comment.