Skip to content

Commit

Permalink
Update bnd.bnd for CertificateGenerator package change (#2840)
Browse files Browse the repository at this point in the history
There is also a bnd.bnd file referencing the CertificateGenerator so it also needs to be updated for the change in #2838

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored Mar 13, 2022
1 parent ea68ae0 commit b62b2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.core.io.jetty.certificate/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Bundle-SymbolicName: ${project.artifactId}
Bundle-Activator: org.openhab.io.jetty.certificate.internal.CertificateGenerator
Bundle-Activator: org.openhab.core.io.jetty.certificate.internal.CertificateGenerator
Import-Package: !org.bouncycastle.*,*

0 comments on commit b62b2e1

Please sign in to comment.