Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Re: Why is org.eclipse.osgi marked as Eclipse-ExtensibleAPI

Pascal Rapicault wrote:
> Could someone remind me why the manifest of org.eclipse.osgi contains the
> mark up Eclipse-ExtensibleAPI: true

AFAIK because it's the system bundle and you can create fragments for it
which export additional packages that are available on the system
classpath and that should be made available to all other bundles.

For example, in a J2EE container were you are using the servlet bridge
you would add fragments to export packages that are available from the
WAR or the container.

Cu, Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/



Back to the top