Bug 253569

Summary: Leverage OSGi
Product: [Technology] DLTK Reporter: Anne Jacko <anne.jacko>
Component: CommonAssignee: dltk.common-inbox <dltk.common-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: alex.panchenko
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 252797    

Description Anne Jacko CLA 2008-11-03 19:36:14 EST
+++ This bug was initially created as a clone of Bug #252797 +++

All plug-ins (bundles) must use the true bundle form. That is, provide a manifest.mf file, and not rely on the plugin.xml file being 'translated' into a manifest.mf file at initial startup. See bug 130598. With that, empty plugin.xml files in the presence of a manifest.mf file should not be included in a bundle.
Comment 1 Alex Panchenko CLA 2009-03-12 09:20:05 EDT
Already meets the requirements.