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
