ProjectDefinition.st
changeset 14930 5fe8a9868547
parent 14911 9135c889da5b
child 14939 9e38d1deb712
child 18037 4cf874da38c9
--- a/ProjectDefinition.st	Thu Mar 21 11:51:15 2013 +0100
+++ b/ProjectDefinition.st	Thu Mar 21 17:41:42 2013 +0100
@@ -2316,7 +2316,6 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -2796,6 +2795,9 @@
 !
 
 forEachFileNameAndGeneratedContentsDo:aTwoArgBlock
+    "for build-support file generation, checkin etc., use this common method which
+     enumerates all fileNames with their generated contents to be built."
+
     |pairs|
 
     pairs := OrderedCollection new.
@@ -2812,6 +2814,8 @@
 !
 
 forEachFileNameAndGeneratorMethodDo:aTwoArgBlock
+    "helper for build-support file generation"
+
     self fileNamesToGenerate keysAndValuesDo:aTwoArgBlock
 
     "Modified: / 14-09-2006 / 21:02:37 / cg"
@@ -7094,11 +7098,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.432 2013-03-19 15:53:48 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.433 2013-03-21 16:41:42 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.432 2013-03-19 15:53:48 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.433 2013-03-21 16:41:42 cg Exp $'
 !
 
 version_SVN