Talk:PropertyFiles
From APIDesign
(Difference between revisions)
(Comment provided by Wayne Beaton - via ArticleComments extension) |
(Comment provided by Richard S. Hall - via ArticleComments extension) |
||
Line 9: | Line 9: | ||
--[http://planet.eclipse.org Wayne Beaton] 14:54, 16 December 2008 (CET) | --[http://planet.eclipse.org Wayne Beaton] 14:54, 16 December 2008 (CET) | ||
+ | </div> | ||
+ | == Richard S. Hall said ... == | ||
+ | |||
+ | <div class='commentBlock'> | ||
+ | Actually, the real reason we had to introduce Bundle-ManifestVersion is because we changed the semantics of the existing Export-Package header (in R3 it also implied an Import-Package, but in R4 it does not). Otherwise, I agree it would have been smarter to include the manifest version from the beginning. :-) | ||
+ | |||
+ | --Richard S. Hall 15:25, 16 December 2008 (CET) | ||
</div> | </div> |
Revision as of 14:25, 16 December 2008
Comments on PropertyFiles <comments />
Wayne Beaton said ...
Richard S. Hall said ...
Actually, the real reason we had to introduce Bundle-ManifestVersion is because we changed the semantics of the existing Export-Package header (in R3 it also implied an Import-Package, but in R4 it does not). Otherwise, I agree it would have been smarter to include the manifest version from the beginning. :-)
--Richard S. Hall 15:25, 16 December 2008 (CET)
FWIW, The Eclipse Plug-in Development Environment (PDE) has tools for configuring OSGi manifests. And it works with Felix.
--Wayne Beaton 14:54, 16 December 2008 (CET)