Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] moving images to upstream bundle

Hello,

As a part of  Bug 558533 "Marker View functionality should be available for E4 applications" it is needed to have IMarker-related images available from E4 bundles. As this part expected to work without E3 bundles - we cannot use E3 SharedImages.

There are several ways how it can be done and I would like to agree on what we would like to use:
1) just copy: simplest and safest one, but we introduce image duplication;
2) physically move images to upstream: no duplication, but unsafe for Platform URI users; 3) implement an "URI aliasing" to resolve several URIs to the same value: may be the proper one, but looks too time-consuming.

I've created https://bugs.eclipse.org/bugs/show_bug.cgi?id=558791 where we can discuss it in details.

Thanks,
AF



Back to the top