diff --git a/tycho_build.gradle b/tycho_build.gradle index 381c3245b61662d3427e9ecb19daa1a217994eec..484643964019b41c72a672f184751955e3883aa8 100644 --- a/tycho_build.gradle +++ b/tycho_build.gradle @@ -61,16 +61,6 @@ try { project.ext.parentID = groupID + ".parent" } -Boolean noDescriptions = false // in case of using own CategoryDescription Map - -try { - categoryDescriptions = categoryDescriptions -} catch (MissingPropertyException e) { - project.ext.categoryDescriptions = [[:], [:]] // label and descriptions of the features - noDescriptions = true - // categoryDescriptions = [["feature": "labelName", "feature2": "label"], ["feature": "featureDescription", "feature2": "feature2Description"]] // label and descriptions of the features -} - try { buildProduct = buildProduct } catch (MissingPropertyException e) {