Skip to content
Snippets Groups Projects
Commit c29c3f58 authored by dgelessus's avatar dgelessus
Browse files

Remove no longer used properties related to categories

parent 094a26a9
No related branches found
No related tags found
No related merge requests found
...@@ -61,16 +61,6 @@ try { ...@@ -61,16 +61,6 @@ try {
project.ext.parentID = groupID + ".parent" 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 { try {
buildProduct = buildProduct buildProduct = buildProduct
} catch (MissingPropertyException e) { } catch (MissingPropertyException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment