mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +02:00
Make com.google.gson dependency optional to preserve compatibility with
Eclipse 4.5. Change-Id: I2589809649bc7d28c444d9901c46d14a1393826f
This commit is contained in:
parent
20ff8a3cbc
commit
46db6d71cf
1 changed files with 1 additions and 1 deletions
|
@ -129,6 +129,6 @@ Require-Bundle: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)";visib
|
||||||
org.eclipse.ltk.core.refactoring;bundle-version="3.4.0",
|
org.eclipse.ltk.core.refactoring;bundle-version="3.4.0",
|
||||||
org.eclipse.text;bundle-version="[3.2.0,4.0.0)",
|
org.eclipse.text;bundle-version="[3.2.0,4.0.0)",
|
||||||
com.ibm.icu;bundle-version="4.4.2",
|
com.ibm.icu;bundle-version="4.4.2",
|
||||||
com.google.gson;bundle-version="2.2.4"
|
com.google.gson;bundle-version="2.2.4";resolution:=optional
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
|
|
Loading…
Add table
Reference in a new issue