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

Bug 201959

Summary: org.eclipse.draw2d does not set an execution environment
Product: [Tools] GEF Reporter: Remy Suen <remy.suen>
Component: GEF-Legacy Draw2dAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ahunter.eclipse, bokowski, nyssen
Version: unspecified   
Target Milestone: 3.4.0 (Ganymede) M6   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Suggested patch to update the necessary files. none

Description Remy Suen CLA 2007-08-31 16:42:48 EDT
Created attachment 77509 [details]
Suggested patch to update the necessary files.

It seems that the draw2d plug-in does not declare an execution environment in its MANIFEST.MF file. The project will not compile properly for people out-of-the-box if they have configured their default JRE for JDT for an execution environment that is lower than J2SE-1.4.

The attached patch will update the necessary files.
Comment 1 Anthony Hunter CLA 2008-02-08 15:32:48 EST
Missed M5, so moving to M6
Comment 2 Anthony Hunter CLA 2008-02-25 16:12:44 EST
Draw2D now has

Bundle-RequiredExecutionEnvironment: J2SE-1.4