Fixes the following warnings in I-build:
1. WARNING in
/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyBackgroundHandler.java
(at line 65)
return retrieveCSSPropertyBackgroundAttachment(element, pseudo, engine);
The method retrieveCSSPropertyBackgroundAttachment(Object, String,
CSSEngine) from the type ICSSPropertyBackgroundHandler has been
deprecated and marked for removal
2. WARNING in
/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyBackgroundHandler.java
(at line 68)
return retrieveCSSPropertyBackgroundColor(element, pseudo, engine);
The method retrieveCSSPropertyBackgroundColor(Object, String, CSSEngine)
from the type ICSSPropertyBackgroundHandler has been deprecated and
marked for removal
3. WARNING in
/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyBackgroundHandler.java
(at line 70)
return retrieveCSSPropertyBackgroundImage(element, pseudo, engine);
The method retrieveCSSPropertyBackgroundImage(Object, String, CSSEngine)
from the type ICSSPropertyBackgroundHandler has been deprecated and
marked for removal
4. WARNING in
/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyBackgroundHandler.java
(at line 72)
return retrieveCSSPropertyBackgroundPosition(element, pseudo, engine);
The method retrieveCSSPropertyBackgroundPosition(Object, String,
CSSEngine) from the type ICSSPropertyBackgroundHandler has been
deprecated and marked for removal
5. WARNING in
/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyBackgroundHandler.java
(at line 75)
return retrieveCSSPropertyBackgroundRepeat(element, pseudo, engine);
The method retrieveCSSPropertyBackgroundRepeat(Object, String,
CSSEngine) from the type ICSSPropertyBackgroundHandler has been
deprecated and marked for removal