Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 135540

Summary: Update Require-Bundle of plugin manifest to specify bundle-version
Product: [Tools] GEF Reporter: Steven R. Shaw <steveshaw>
Component: GEF-Legacy GEF (MVC)Assignee: Steven R. Shaw <steveshaw>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2.0 (Callisto) RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Steven R. Shaw CLA 2006-04-07 09:54:29 EDT
As part of the plug-in versioning, http://www.eclipse.org/equinox/documents/plugin-versioning.html 
we have a requirement that we list all our plug-in dependencies accurately. 

For example if the 'Require-Bundle' section looks like this initially: 

Require-Bundle: org.eclipse.core.runtime, 
org.eclipse.ui.ide, 
org.eclipse.jface, 
org.eclipse.jface.text, 
org.eclipse.xsd 

It will get changed to this: 

Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", 
org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)", 
org.eclipse.jface;bundle-version="[3.2.0,4.0.0)", 
org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)", 
org.eclipse.xsd;bundle-version="[2.2.0,3.0.0)"
Comment 1 Randy Hudson CLA 2006-04-07 10:24:09 EDT
Please open community bugzilla for 3.2 RC1, 3.2 RC2 milestones
Comment 2 Steven R. Shaw CLA 2006-04-18 10:02:35 EDT
Made changes to manifest files as described.