comment
authorClaus Gittinger <cg@exept.de>
Fri, 03 Dec 1999 14:31:32 +0100
changeset 5069 4c65fbc38e2c
parent 5068 373d730b941b
child 5070 6aa62db18c5f
comment
Smalltalk.st
--- a/Smalltalk.st	Fri Dec 03 14:26:03 1999 +0100
+++ b/Smalltalk.st	Fri Dec 03 14:31:32 1999 +0100
@@ -85,6 +85,14 @@
                                         Set to a default here, but typically changed from some
                                         startup.rc file
 
+        PackagePath     <Collection>    path to search for package.
+                                        This is going to replace the above systemPath, and a classes
+                                        resources will eventually searched in its package directory.
+                                        This list defines the path, where packages are searched for,
+                                        initially this is something like /opt/smalltalk/packages.
+                                        Set to a default here, but typically changed from some
+                                        startup.rc file
+
         StartupClass    <Class>         class and selector, where the system starts up
         StartupSelector <Symbol>        (right after VM initialization)
         StartupArguments <Array>        If an image is saved while those being nonNil, 
@@ -5254,5 +5262,5 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.390 1999-12-03 13:26:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.391 1999-12-03 13:31:32 cg Exp $'
 ! !