asaf.lahav wrote:
Hi all,
On an effort to migrate an application I have to OSGi model (using felix) I
would like to declare a number of packages as
org.osgi.framework.system.packages.
The question is whether there is a way to declare those packages with
explicitly declaring each.
e.g,
org.apache.commons.*
No there is not, since it is not so easy to discover all packages. It
should be pretty straightforward to get the packages you want from your
JAR files with a few text manipulation tricks to get the final
result...this is essentially what we have done to create our list of
packages for the various JREs you see in the config.properties file...
-> richard