From c29c3f58ebf85ed741baea53ffa8655eff640a8b Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Mon, 3 Jul 2023 18:28:40 +0200
Subject: [PATCH] Remove no longer used properties related to categories

---
 tycho_build.gradle | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/tycho_build.gradle b/tycho_build.gradle
index 381c3245..48464396 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) {
-- 
GitLab