Hi, You can set the "org.osgi.framework.system.packages.extra=" property in the conf.properties file. For example: org.osgi.framework.system.packages.extra=foo;version=1.0.0, \ bar;version=1.1.0
Those packages will be appended to the default list contained in Felix. So, if you launch the 'packages 0' command in the Felix shell, you will see the default exported packages, and the two appended packages: ->packages 0 ... System Bundle (0): org.xml.sax.ext; version=1.5.0 System Bundle (0): org.xml.sax.helpers; version=1.5.0 System Bundle (0): foo; version=1.0.0 System Bundle (0): bar; version=1.1.0 Regards, Clement -----Original Message----- From: Atle Prange [mailto:[EMAIL PROTECTED] Sent: mercredi 5 novembre 2008 08:20 To: [email protected] Subject: Felix 1.3.0 Changes Hei, i have just built the 1.3.0-SNAPSHOT and i see there are some changes from the 1.2.1 (obviously). I have a question about how i declare the packages the framework should export. Are they defined as before, or is there a new key in the config.proprties? Thank you - atle prange
