ok thanks thats very helpful. So if I do not want any extra libraries other than what the api provides I dont have to set anything extra.
Thanks!! Richard S. Hall wrote: > > By default, Felix sets the system packages property to export all of the > packages available in the execution JRE. It has a different property for > JRE 1.3, 1.4, 1.5, and 1.6, which are the properties you mention below. > > These properties are no longer set in config.properties and are instead > set internally by Felix from its default.properties resource file. You > can still set this property if you want to override the default, but if > you just want to append packages then use the "extra" property mentioned > below. > > -> richard > > rnrivas wrote: >> Not in felix >= 1.4 anymore. Use >> org.osgi.framework.system.packages.extra unless you want to override >> the default packages :-) >> >> >> >> I'm trying to reverse engineer a config file from about a year ago and it >> has libraries for java 3 -6. I cant really find documentation on what >> this >> used to mean since it is no longer used in the current felix version. >> can >> you explain what this was doing previously? >> >> thanks!! >> >> >> >> # >> # Java platform package export properties. >> # >> jre-1.3=, \ >> javax.accessibility; \ >> javax.accessibility.resources; \ >> javax.naming; \ >> . >> . >> . >> jre-1.6=, \ >> java.applet; \ >> java.awt; \ >> java.awt.color; \ >> java.awt.datatransfer; \ >> java.awt.dnd; \ >> java.awt.dnd.peer; \ >> java.awt.event; \ >> java.awt.font; \ >> java.awt.geom; \ >> java.awt.im; \ >> . >> . >> . >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Exposing-classes-to-bundles-in-an-application-embedding-the-framework-tp20834372p21037194.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

