ProjectDefinition.st
changeset 17323 e1b716ff8e20
parent 17321 82435f2880b5
child 17325 b3c16a7dda8b
--- a/ProjectDefinition.st	Sun Jan 25 13:29:34 2015 +0100
+++ b/ProjectDefinition.st	Sun Jan 25 13:34:40 2015 +0100
@@ -5071,7 +5071,7 @@
 
     PackagesBeingLoaded add:self package.
     [
-        Smalltalk changed:#beforePackageLoad with:self package.
+        Smalltalk changed:#prePackageLoad with:self package.
 
         newStuffHasBeenLoaded := false.
 
@@ -5131,7 +5131,7 @@
             self projectIsLoaded:true.
         ].
     ] ensure:[
-        Smalltalk changed:#afterPackageLoad with:self package.
+        Smalltalk changed:#postPackageLoad with:self package.
         PackagesBeingLoaded remove:self package ifAbsent:[].
     ].
 
@@ -7730,11 +7730,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.531 2015-01-25 11:54:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.532 2015-01-25 12:34:40 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.531 2015-01-25 11:54:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.532 2015-01-25 12:34:40 cg Exp $'
 !
 
 version_SVN