10 lines
285 B
Smalltalk
10 lines
285 B
Smalltalk
baselines
|
|
reStore: spec
|
|
|
|
Metacello new
|
|
repository: 'github://rko281/ReStoreForPharo';
|
|
baseline: 'ReStore';
|
|
onConflict: [ :ex | ex useLoaded ];
|
|
onWarningLog;
|
|
load: 'all'.
|
|
spec baseline: 'ReStore' with: [ spec repository: 'github://rko281/ReStoreForPharo'] |