Skip to content

Commit

Permalink
Add gogo Requirement and Capability
Browse files Browse the repository at this point in the history
  • Loading branch information
stbischof authored and pkriens committed Sep 4, 2024
1 parent 67950f3 commit 0c54626
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
import aQute.lib.io.IO;
import biz.aQute.gogo.commands.dtoformatter.DTOFormatter;

@org.osgi.annotation.bundle.Capability(
namespace = "org.apache.felix.gogo",
name = "command.implementation",
version = "1.0.0"
)
@org.osgi.annotation.bundle.Requirement(
effective = "active",
namespace = "org.apache.felix.gogo",
name = "runtime.implementation",
version = "1.0.0"
)
public class Activator implements BundleActivator {

final Set<Closeable> closeables = new HashSet<>();
Expand Down

0 comments on commit 0c54626

Please sign in to comment.