ProjectDefinition.st
branchjv
changeset 19863 513bd7237fe7
parent 19861 95c7068e30ba
parent 19857 ac71ce9b32dd
child 19899 25b35b705da5
--- a/ProjectDefinition.st	Sun May 15 08:38:43 2016 +0100
+++ b/ProjectDefinition.st	Tue May 17 10:05:14 2016 +0100
@@ -2746,7 +2746,6 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4790,7 +4789,6 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
-
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -5384,10 +5382,12 @@
 
                     self hasAllExtensionsLoaded ifFalse:[
                         self activityNotification:'Loading extensions'.
+                        "/ evaluating or here - want extensions to be loaded
                         newStuffHasBeenLoaded := newStuffHasBeenLoaded | meOrMySecondIncarnation loadExtensions.
                     ].
                     (self hasAllClassesLoaded:asAutoloaded not) ifFalse:[
                         self activityNotification:'Loading classes'.
+                        "/ evaluating or here - want autoloaded classes to be loaded
                         newStuffHasBeenLoaded := newStuffHasBeenLoaded | (meOrMySecondIncarnation loadAllClassesAsAutoloaded:asAutoloaded).
                     ].
                     "/ no, don't load subProjects here - will lead to a recursion, which leads