Skip to content

Commit

Permalink
Merge pull request #6239 from bndtools/chrisrueger-fix-doc-links
Browse files Browse the repository at this point in the history
Fix some links in 920-faq.md
  • Loading branch information
chrisrueger authored Aug 27, 2024
2 parents dc17dc6 + d33b646 commit cfb7b7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_chapters/920-faq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Frequently Asked Questions
title: FAQ - Frequently Asked Questions
layout: default
---

Expand Down Expand Up @@ -141,10 +141,10 @@ to not use the bundle version for a package with:
No. It creates unnecessary complexity, it is slower, and it is not necessary. It will also not be compatible with techniques like [PojoSR](https://code.google.com/archive/p/pojosr/), something that the OSGi is looking into standardizing.

## What should I use instead of the Bundle-ClassPath? <a name="bundleclasspath2"/>
Just use Private-Package and Export-Package, know what goes into your JAR. If you really need to wrap one or more JARs, use the Include-Resource instruction, it has an option to unroll a JAR resource (see [@ option](?#include-resource). This will copy all its contents in the target JAR. The -exportcontents can then be used to export selected packages. Even better is of course to know
Just use Private-Package and Export-Package, know what goes into your JAR. If you really need to wrap one or more JARs, use the Include-Resource instruction, it has an option to unroll a JAR resource (see [@ option](/instructions/includeresource.html#rolling). This will copy all its contents in the target JAR. The -exportcontents can then be used to export selected packages. Even better is of course to know

## Sharing CNF Folder and BNDTools Projects <a name="workspaceSharing"/>
The [Best Practices section[1] provides some good tips about how you setup workspaces that share some information.
The [Best Practices section](/chapters/140-best-practices.html) provides some good tips about how you setup workspaces that share some information.

-----

Expand Down

0 comments on commit cfb7b7d

Please sign in to comment.