Skip to content

Commit

Permalink
Bug 569421 - Adds com.ibm.icu to org.eclipse.rcp feature
Browse files Browse the repository at this point in the history
Modern e4 RCP application do not require com.ibm.icu anymore since
databinding made it optional.

As JDT still needs it, it must be contributed via another feature for
the IDE. Also some text plug-ins still  use it, so we should contribute
it via the org.eclipse.rcp feature as some e3 RCP applications may
require it.

Change-Id: I62e9a1a6444377efeec8fc1df3e495feef9b22ce
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
  • Loading branch information
vogella committed Jan 8, 2021
1 parent b45ca1e commit d1533f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/org.eclipse.rcp/feature.xml
Expand Up @@ -69,4 +69,11 @@
fragment="true"
unpack="false"/>

<plugin
id="com.ibm.icu"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>

0 comments on commit d1533f7

Please sign in to comment.