From 2e591f586c3ccd9dd083a873681d74e24b6fd5ca Mon Sep 17 00:00:00 2001 From: Dirk Fauth Date: Wed, 27 Mar 2024 13:27:52 +0100 Subject: [PATCH] Adds Feature #1568 - [OSGi] Opting in to Service Loader Mediator Switched back to Automatic-Module-Name to fix only one topic at a time --- eclipse-collections-api/bnd.bnd | 2 +- eclipse-collections/bnd.bnd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse-collections-api/bnd.bnd b/eclipse-collections-api/bnd.bnd index 1e78d75bc4..09cc231c21 100644 --- a/eclipse-collections-api/bnd.bnd +++ b/eclipse-collections-api/bnd.bnd @@ -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}" diff --git a/eclipse-collections/bnd.bnd b/eclipse-collections/bnd.bnd index 1517e67c77..54c2b4f46d 100644 --- a/eclipse-collections/bnd.bnd +++ b/eclipse-collections/bnd.bnd @@ -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: \