ProjectDefinition.st
branchjv
changeset 20399 dbc7af6d95a3
parent 20154 52198bb46e04
child 20578 39641ba8d6e0
--- a/ProjectDefinition.st	Mon Sep 19 08:46:27 2016 +0100
+++ b/ProjectDefinition.st	Mon Sep 19 23:15:21 2016 +0100
@@ -4851,7 +4851,6 @@
 ! !
 
 
-
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -5409,10 +5408,9 @@
     PackageLoadInProgressQuery
         answerNotifyLoading:self package
         do:[
-
+            Smalltalk changed: #aboutToLoadPackage with: self.
             [
                 newStuffHasBeenLoaded := false.
-
                 (self infoPrinting and:[Smalltalk silentLoading not]) ifTrue:[
                     "/ thisContext fullPrintAll.
                     Transcript showCR:('loading %1%2...'
@@ -5475,15 +5473,15 @@
             ].
             "/ load the other prerequisites
             self loadPreRequisitesAsAutoloaded:asAutoloaded.
+            Smalltalk changed: #packageLoaded with: self.
         ].
     self activityNotification:('Done (%1).' bindWith:self package).
     ^ newStuffHasBeenLoaded
 
     "Created: / 17-08-2006 / 01:01:41 / cg"
     "Modified: / 30-10-2008 / 08:16:21 / Jan Vrany <vranyj1@fel.cvut.cz>"
-    "Modified: / 22-08-2009 / 12:02:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 04-09-2011 / 10:01:53 / cg"
-    "Modified: / 20-11-2012 / 23:06:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 19-09-2016 / 22:57:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 unloadPackage