AbstractLauncherApplication.st
changeset 18448 0fbeddf2a269
parent 18406 b29e42efb930
child 18514 56daafb1974c
--- a/AbstractLauncherApplication.st	Tue Oct 09 12:17:57 2018 +0200
+++ b/AbstractLauncherApplication.st	Tue Oct 09 12:18:10 2018 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -901,7 +899,9 @@
                 'stx:libwidg3'
             ) do:[:pkg |
                 Processor activeProcess withPriority:(Processor userSchedulingPriority) do:[
-                    Smalltalk recursiveInstallAutoloadedClassesFrom:(Smalltalk projectDirectoryForPackage:pkg).
+                    Smalltalk 
+                        recursiveInstallAutoloadedClassesFrom:(Smalltalk projectDirectoryForPackage:pkg)
+                        maxLevels:5    
                 ].
             ].
         ].
@@ -915,6 +915,7 @@
     ^ cls
 
     "Modified (format): / 13-02-2017 / 19:54:55 / cg"
+    "Modified: / 09-10-2018 / 11:10:45 / Claus Gittinger"
 !
 
 findWindow:title