mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-18 21:55:45 +02:00
Adden an explicit dependency on com.ibm.icu to fix broken build.
This commit is contained in:
parent
b8f7e4ac3e
commit
754f689c8c
2 changed files with 4 additions and 2 deletions
|
@ -113,7 +113,8 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
|
||||||
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)",
|
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)",
|
||||||
org.eclipse.core.filebuffers;bundle-version="[3.2.0,4.0.0)",
|
org.eclipse.core.filebuffers;bundle-version="[3.2.0,4.0.0)",
|
||||||
org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)",
|
org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)",
|
||||||
org.eclipse.ltk.core.refactoring;bundle-version="3.4.0"
|
org.eclipse.ltk.core.refactoring;bundle-version="3.4.0",
|
||||||
|
com.ibm.icu;bundle-version="4.4.2"
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||||
Import-Package: com.ibm.icu.text
|
Import-Package: com.ibm.icu.text
|
||||||
|
|
|
@ -114,7 +114,8 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.3.0,4.0.0)",
|
||||||
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)",
|
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)",
|
||||||
org.eclipse.ltk.core.refactoring;bundle-version="3.4.0",
|
org.eclipse.ltk.core.refactoring;bundle-version="3.4.0",
|
||||||
org.eclipse.ltk.ui.refactoring;bundle-version="3.4.0",
|
org.eclipse.ltk.ui.refactoring;bundle-version="3.4.0",
|
||||||
org.eclipse.ui.navigator.resources;bundle-version="3.3.100"
|
org.eclipse.ui.navigator.resources;bundle-version="3.3.100",
|
||||||
|
com.ibm.icu;bundle-version="4.4.2"
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||||
Import-Package: com.ibm.icu.text
|
Import-Package: com.ibm.icu.text
|
||||||
|
|
Loading…
Add table
Reference in a new issue