Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-core-dev] Bundles which do not require org.eclipse.osgi

Hmmm. I read many -dev lists and I'm cc'd on hundreds of bugzilla entries yet this is the first time I've heard of "Bundle-ManifestVersion: 2". Can I put another plug in here for documenting the manifest.mf file? :)

https://bugs.eclipse.org/bugs/show_bug.cgi?id=90358

Google found a couple references here:

http://dev.eclipse.org/viewcvs/indextech.cgi/*checkout*/equinox-home/layering/standalone.html
http://oscar.objectweb.org/oscar-alpha.html

and it also found a couple source files in external projects that use it already:

http://opensource.atlassian.com/projects/hibernate/secure/attachment/11194/org.hibernate.eclipse.console.patch.txt
http://lists.ibiblio.org/pipermail/notify-dpml/2005-February/000790.html


> -----Original Message-----
> From: Jeff McAffer
> Sent: Wednesday, May 04, 2005 4:42 PM
> To: Eclipse Platform Core component developers list.
> Subject: Re: [platform-core-dev] Bundles which do not require org.eclipse.osgi
> 
> 
> Some clarification... 
> 
> This is absolutely NOT a backward compatibility issue.  ALL 
> "old" plugins continue to run fine and are NOT affected by 
> this change.  An "old" plugin is one that either does not 
> have a manifest.mf or does not have "Bundle-ManifestVersion: 
> 2" in its manifest. 


Back to the top