| Summary: | Missing 'Permissions' manifest-attribute within org.eclipse.gef4.mvc.examples.logo.web main jar | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) RC1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
With Java8, this seems to be a blocker for the execution of the application, so we need to adjust this to get the example going there. -Created a new org.eclipse.gef4.mvc.examples.logo.web bundle, which contains an example application as well as a manifest with the Permissions entry. -Renamed the existing org.eclipse.gef4.mvc.examples.logo.web project to org.eclipse.gef4.mvc.examples.logo.web.repository. -Created separate JNLP extension files (referenced by org.eclipse.gef4.mvc.examples.web.jnlp) for equinox, osgi, javax, and google bundles (as they all seem to be signed with different certificates) because otherwise Java8 would not load the bundles either. Pushed all changes to origin/master. Confirmed the web example is now running again (tested on Safari and Firefox). Resolving as fixed in 3.10.0RC1. |