smalltalk.rc
changeset 472 9b1c0e9838dd
parent 457 de0d828c363c
child 473 74522496ce5d
equal deleted inserted replaced
471:4f331b44095d 472:9b1c0e9838dd
    63 ] ifFalse:[
    63 ] ifFalse:[
    64     "/
    64     "/
    65     "/ if running in the development environment,
    65     "/ if running in the development environment,
    66     "/ only use the local packages.
    66     "/ only use the local packages.
    67     "/
    67     "/
    68     '../../../stx' asFilename exists ifTrue:[
    68     ('../../../stx' asFilename exists 
       
    69     and:['../../../stx/projects' asFilename exists
       
    70     and:['../../../stx/projects/smalltalk' asFilename exists]]) ifTrue:[
    69 	Smalltalk packagePath removeAll; add:'../../..'.    
    71 	Smalltalk packagePath removeAll; add:'../../..'.    
    70 	"/ 'setting packagePath for local operation' printCR.
    72 	"/ 'setting packagePath for local operation' printCR.
    71 	"/ 'packagePath: ' print. Smalltalk packagePath printCR.
    73 	"/ 'packagePath: ' print. Smalltalk packagePath printCR.
    72     ].
    74     ].
    73 
    75