#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 15 Jul 2019 15:32:22 +0200
changeset 24425 3733fe6e6258
parent 24424 9e79e32cc079
child 24426 41a4112309fe
#DOCUMENTATION by cg class: ProjectDefinition class comment/format in: #subProjects
ProjectDefinition.st
--- a/ProjectDefinition.st	Mon Jul 15 13:24:14 2019 +0200
+++ b/ProjectDefinition.st	Mon Jul 15 15:32:22 2019 +0200
@@ -941,7 +941,6 @@
 
 
 
-
 !ProjectDefinition class methodsFor:'accessing - packaging'!
 
 classNames:aCollectionOfClassNames
@@ -2389,12 +2388,13 @@
 subProjects
     "list packages which are known as subprojects.
      The generated makefile will enter those and make there as well.
-     However: they are not forced to be loaded when a package is loaded;
+     However: they are only built, not forced to be loaded when a package is loaded;
      for those, redefine #referencedPrerequisites or #mandatoryPreRequisites."
 
     ^ #()
 
     "Modified: / 17-08-2006 / 19:57:46 / cg"
+    "Modified (comment): / 15-07-2019 / 15:31:56 / Claus Gittinger"
 !
 
 superProject