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


guess you missed this one
https://bugs.eclipse.org/bugs/show_bug.cgi?id=82855

Jeff



"Ed Burnette" <Ed.Burnette@xxxxxxx>
Sent by: platform-core-dev-bounces@xxxxxxxxxxx

05/05/2005 10:37 AM

Please respond to
"Eclipse Platform Core component developers list."

To
"Eclipse Platform Core component developers list." <platform-core-dev@xxxxxxxxxxx>
cc
Subject
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.
_______________________________________________
platform-core-dev mailing list
platform-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-core-dev


Back to the top