1
0
Fork 0
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:
Sergey Prigogin 2015-10-08 12:48:00 -07:00
parent 20ff8a3cbc
commit 46db6d71cf

View file

@ -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.text;bundle-version="[3.2.0,4.0.0)",
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-RequiredExecutionEnvironment: JavaSE-1.8