From 7c64979848daa5fa02d7ca2f9326b31882fc7150 Mon Sep 17 00:00:00 2001
From: birkhoff <mike.birkhoff@gmx.de>
Date: Mon, 9 Apr 2012 15:47:56 +0200
Subject: [PATCH] =?UTF-8?q?einige=20Kommentare=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 08565ddf..e2eaa382 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
 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"
 features		=	["de.prob2.feature"]		// must be the same as the folder name
@@ -14,7 +14,7 @@ project Rodin.
 Development is continued under the EU funded project Deploy and
 the DFG project Gepavas. 
 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
 parentID		= 	"de.prob.parent"			// will be the same as the folder name
@@ -261,6 +261,7 @@ task createRepository() << {
 	for(int i = 0; i < features.size(); i++){
 				
 		f << categoryDescription(features[i], descriptions[features[i]][0] ,descriptions[features[i]][1])
+		//							featureName,	label,		description
 	}//for
 				
 	f << categoryEnd()
-- 
GitLab