Skip to content
Snippets Groups Projects
Commit 7c649798 authored by birkhoff's avatar birkhoff
Browse files

einige Kommentare hinzugefügt

parent d4e723d7
No related branches found
No related tags found
No related merge requests found
apply plugin: 'base' apply plugin: 'base'
/* --! Please Define the Parent ID and and the Group Id! --! */ /* --! Please Define the Group ID, Features, Descrptions, Labels and the Parent Id --! */
groupID = "de.prob" groupID = "de.prob"
features = ["de.prob2.feature"] // must be the same as the folder name features = ["de.prob2.feature"] // must be the same as the folder name
...@@ -14,7 +14,7 @@ project Rodin. ...@@ -14,7 +14,7 @@ project Rodin.
Development is continued under the EU funded project Deploy and Development is continued under the EU funded project Deploy and
the DFG project Gepavas. the DFG project Gepavas.
ProB has been successfully used on various industrial specifications ProB has been successfully used on various industrial specifications
and is now being used within Siemens."""] ] // label und descriptions of the features and is now being used within Siemens."""] ] // label and descriptions of the features
repositoryName = "de.prob.repository" // will be the folder name repositoryName = "de.prob.repository" // will be the folder name
parentID = "de.prob.parent" // will be the same as the folder name parentID = "de.prob.parent" // will be the same as the folder name
...@@ -261,6 +261,7 @@ task createRepository() << { ...@@ -261,6 +261,7 @@ task createRepository() << {
for(int i = 0; i < features.size(); i++){ for(int i = 0; i < features.size(); i++){
f << categoryDescription(features[i], descriptions[features[i]][0] ,descriptions[features[i]][1]) f << categoryDescription(features[i], descriptions[features[i]][0] ,descriptions[features[i]][1])
// featureName, label, description
}//for }//for
f << categoryEnd() f << categoryEnd()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment