[osgi-dev] bnd and resource-only packages

2006-11-08 Thread Tom Huybrechts
Hi all, I have a jar which has only resources (icons, i18n). When I try to wrap this in a bundle, bnd does not generate any exports - probably because bnd only takes classes into account. Is this a bug, or should Export-Package not be used for resources ? Tom

[osgi-dev] question on bnd tool

2006-11-03 Thread Tom Huybrechts
Hi all, I tried to wrap easymock (maven: org.easymock:easymock:2.2) with the bnd tool. This is the manifest that was created: [INFO] [bnd:wrap {execution: default}] easymock-2.2.jar 60 resources63793 bytes [MANIFEST org.easymock-2.2.jar] Ant-Version Ap