From: Tuukka Lehtonen Date: Fri, 12 Aug 2016 11:12:07 +0000 (+0300) Subject: Feature and bundle changes required to build with Tycho X-Git-Tag: v1.25.0~185 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=21bf073db810402df9dfb6a231a7c38f9572a9dc Feature and bundle changes required to build with Tycho Apache POI ExtendedColor API has changed from 3.10 to 3.14. ExtendedColor.getRgbWithTint is now inherited from Color which has method getRGBWithTint. --- diff --git a/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/ExcelImport.java b/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/ExcelImport.java index 81aa67eaa..444054c8b 100644 --- a/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/ExcelImport.java +++ b/bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/ExcelImport.java @@ -398,7 +398,7 @@ public class ExcelImport { XSSFColor fontColor = xssfFont.getXSSFColor(); if (fontColor != null) { - byte[] rgb = fontColor.getRgbWithTint(); + byte[] rgb = fontColor.getRGBWithTint(); String ix = fontColor.getARGBHex(); RGB.Integer s = hex2Rgb(ix); diff --git a/features/org.simantics.charts.feature/feature.xml b/features/org.simantics.charts.feature/feature.xml index a00ee500a..32d412a74 100644 --- a/features/org.simantics.charts.feature/feature.xml +++ b/features/org.simantics.charts.feature/feature.xml @@ -17,10 +17,6 @@ [Enter License Description here.] - - diff --git a/features/org.simantics.g2d.feature/feature.xml b/features/org.simantics.g2d.feature/feature.xml index 060e326e0..00eab1cb3 100644 --- a/features/org.simantics.g2d.feature/feature.xml +++ b/features/org.simantics.g2d.feature/feature.xml @@ -33,11 +33,7 @@ version="0.0.0"/> - - - - - - diff --git a/features/org.simantics.sdk.feature/feature.xml b/features/org.simantics.sdk.feature/feature.xml index 87764edb9..d7e7e3644 100644 --- a/features/org.simantics.sdk.feature/feature.xml +++ b/features/org.simantics.sdk.feature/feature.xml @@ -104,6 +104,14 @@ id="org.simantics.issues.ui.feature" version="0.0.0"/> + + + + @@ -134,11 +142,7 @@ + version="0.0.0"/> - + - - - @@ -39,28 +35,35 @@ + + diff --git a/features/org.simantics.views.swt.feature/feature.xml b/features/org.simantics.views.swt.feature/feature.xml index f94557de7..e80360cf6 100644 --- a/features/org.simantics.views.swt.feature/feature.xml +++ b/features/org.simantics.views.swt.feature/feature.xml @@ -1,6 +1,6 @@ @@ -17,12 +17,9 @@ [Enter License Description here.] - + - -