ProjectDefinition.st
changeset 10199 803db693a6af
parent 10198 7577449a7edd
child 10200 0d96fe352bd5
--- a/ProjectDefinition.st	Mon Nov 27 17:19:56 2006 +0100
+++ b/ProjectDefinition.st	Mon Nov 27 18:11:31 2006 +0100
@@ -2175,6 +2175,11 @@
      If this fails, classes are filed in, as well as classes not present
      in the class library"
 
+    (Object infoPrinting and:[Smalltalk silentLoading ~~ true]) ifTrue:[
+        "/ thisContext fullPrintAll.
+        Transcript showCR:'loading ', self name.
+    ].
+
     Class withoutUpdatingChangesDo:[
         self loadPreRequisites:true.
         self loadClassLibrary.
@@ -3612,7 +3617,7 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.121 2006-11-27 16:19:56 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.122 2006-11-27 17:11:31 stefan Exp $'
 ! !
 
 ProjectDefinition initialize!