Skip to content

Commit

Permalink
#56 Improve documentation
Browse files Browse the repository at this point in the history
add sentence about manifest processing
  • Loading branch information
oliverlietz committed Oct 11, 2023
1 parent 1bbeb46 commit 5e28b68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ https://github.com/ops4j/org.ops4j.pax.tinybundles[TinyBundles] is a library to
The API is exposed via an OSGi service `TinyBundlesFactory` and static methods in `TinyBundles`.

TinyBundles provides two builders to compile bundles: Raw builder and https://bnd.bndtools.org/[bnd] builder.

Bnd builder is calculating and applying a new manifest after analyzing the jar and supports processing of https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.component.html[Declarative Services] https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.component.html#service.component-component.annotations[component annotations].

Since TinyBundles 4.0.0 bnd builder is the default.
Bnd builder supports processing of https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.component.html[Declarative Services] https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.component.html#service.component-component.annotations[component annotations].

== Using TinyBundles

Expand Down

0 comments on commit 5e28b68

Please sign in to comment.