ProjectDefinition.st
changeset 19857 ac71ce9b32dd
parent 19823 f4c03c9b8908
child 19863 513bd7237fe7
child 19898 24a7019a1f7e
--- a/ProjectDefinition.st	Tue May 17 00:03:16 2016 +0200
+++ b/ProjectDefinition.st	Tue May 17 00:03:52 2016 +0200
@@ -2696,7 +2696,6 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4735,7 +4734,6 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
-
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -5312,10 +5310,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