Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[corona-dev] Importing javax.* packages.

At cross project mailing list there was a suggestion by Jeff McAffer (Equinox lead) that javax.* packages should be declared in manifest by adding Import-Package header.

This comes from that plugins shouldn't be made Java 1.5 dependent only because you need some javax.* package. There are some packages from 1.5 that are exported by some bundles for 1.4. In this way it is possible to have Java 1.4 requirement, but still using libraries from 1.5.

Marcin
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top