Skip to content

Commit

Permalink
deploy: 8c6587f
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlietz committed Oct 11, 2023
1 parent 4222ea9 commit a8c7323
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions pax-tinybundles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,13 @@ <h1 class="page">Pax TinyBundles</h1>
<p>The API is exposed via an OSGi service <code>TinyBundlesFactory</code> and static methods in <code>TinyBundles</code>.</p>
</div>
<div class="paragraph">
<p>TinyBundles provides two builders to compile bundles: Raw builder and <a href="https://bnd.bndtools.org/">bnd</a> builder.
Since TinyBundles 4.0.0 bnd builder is the default.
Bnd builder supports processing of <a href="https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.component.html">Declarative Services</a> <a href="https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.component.html#service.component-component.annotations">component annotations</a>.</p>
<p>TinyBundles provides two builders to compile bundles: Raw builder and <a href="https://bnd.bndtools.org/">bnd</a> builder.</p>
</div>
<div class="paragraph">
<p>Bnd builder is calculating and applying a new manifest after analyzing the jar and supports processing of <a href="https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.component.html">Declarative Services</a> <a href="https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.component.html#service.component-component.annotations">component annotations</a>.</p>
</div>
<div class="paragraph">
<p>Since TinyBundles 4.0.0 bnd builder is the default.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

0 comments on commit a8c7323

Please sign in to comment.