| Summary: | org.eclipse.draw2d does not set an execution environment | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Remy Suen <remy.suen> | ||||
| Component: | GEF-Legacy Draw2d | Assignee: | 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: |
|
||||||
Missed M5, so moving to M6 Draw2D now has Bundle-RequiredExecutionEnvironment: J2SE-1.4 |
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.