smalltalk.rc
changeset 668 2050356eb7a8
parent 664 6c03c2633bcb
child 672 43a67655f4f2
--- a/smalltalk.rc	Tue Dec 06 16:53:42 2005 +0100
+++ b/smalltalk.rc	Tue Dec 13 15:18:39 2005 +0100
@@ -111,8 +111,8 @@
 	Smalltalk systemPath:(Smalltalk systemPath remove:path; yourself).
     ]
 ].
-'../../libbasic' asFilename exists ifTrue:[
-    Smalltalk systemPath addFirst:'../..'.
+'../../../stx/libbasic' asFilename exists ifTrue:[
+    Smalltalk systemPath addFirst:'../../../stx'.
 ].
 
 "/ but, the current directory should always be first...
@@ -129,7 +129,7 @@
     "/ if running in the development environment,
     "/ only use the local packages.
     "/
-    '../../projects/smalltalk' asFilename exists ifTrue:[
+    '../../../stx/projects/smalltalk' asFilename exists ifTrue:[
 	Smalltalk packagePath removeAll; add:'../../..'.
 	'smalltalk.rc [info]: setting packagePath for local operation' printCR.
     ].