| Summary: | Make demos work outside of Equinox | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> | ||||
| Component: | Demo | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | enhancement | ||||||
| Priority: | P3 | CC: | ivan, tbuschto | ||||
| Version: | 2.2 | ||||||
| Target Milestone: | 2.2 RC2 | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Ralf Sternberg
Created attachment 238003 [details]
Patch: Replace dependency to core.runtime in demo bundles
A package import of org.eclipse.core.runtime would be preferable but lead to obscure problems when testing with virgo nano (split packages?). Since the jface bundle also requires equinox.common, exchanging Require-Bundle: org.eclipse.core.runtime with Require-Bundle: org.eclipse.equinox.common should be safe and is at least an improvement.
Comment on attachment 238003 [details]
Patch: Replace dependency to core.runtime in demo bundles
Looks safe to be included in 2.2RC2.
Comment on attachment 238003 [details]
Patch: Replace dependency to core.runtime in demo bundles
I can't see anything wrong with the patch. +1
Applied the patch with commit 3165f1599a6d96f4f1811ae286cf56ee7a2e8a6e |