Private-Package is about directories, so you will have to have a package
before to get included.
But uou can use:

Include-Resource: log4j.properties

that will put your file in the root of the jar.

Alin

On 6/5/07, Peter Neubauer <[EMAIL PROTECTED]> wrote:

Hi there,
I would like to include resources at root level (without a package
name) so they get into the bundles classpath, e.g. log4j.properties.
What do I use to get the included? I tried something like

Private-Package: lib, log4j.properties

in my details.bnd (using PaxConstruct structure) but that does only
include the resources under src/main/resources/lib/, not
src/main/resources/log4j.properties.

Cheers

/peter

Reply via email to