*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 26 Oct 2001 16:30:21 +0200
changeset 474 e1fa9dcb1cf5
parent 473 74522496ce5d
child 475 2c69de841062
*** empty log message ***
smalltalk.rc
--- a/smalltalk.rc	Fri Oct 26 14:23:28 2001 +0200
+++ b/smalltalk.rc	Fri Oct 26 16:30:21 2001 +0200
@@ -65,11 +65,10 @@
     "/ if running in the development environment,
     "/ only use the local packages.
     "/
-    ('../../../stx' asFilename exists 
-    and:['../../../stx/projects' asFilename exists
-    and:['../../../stx/projects/smalltalk' asFilename exists]]) ifTrue:[
+    ('../../projects' asFilename exists 
+    and:['../../projects/smalltalk' asFilename exists]) ifTrue:[
 	Smalltalk packagePath removeAll; add:'../../..'.    
-	"/ 'setting packagePath for local operation' printCR.
+	'smalltalk.rc [info]: setting packagePath for local operation' printCR.
 	"/ 'packagePath: ' print. Smalltalk packagePath printCR.
     ].