Martin,
I have used bnd to package spring files into my bundles.
My project structure looks like
- src
- META-INF
- spring
- context.xml
- osgi-context.xml
- ... java packages and files
And this is the corresponding Include-Resource declaration in my .bnd
file to include the spring files in the bundle.
Include-Resource: \
META-INF=src/META-INF
regards, Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]