Skip to content

Commit 8e84159

Browse files
committed
load tonel for suppoprting pharo5
1 parent 16ba19c commit 8e84159

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

scripts/pre-loading-61.st

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ Metacello new
33
repository: 'github://metacello/metacello:pharo-6.1_dev/repository';
44
onConflict: [ :ex | ex allow ];
55
load.
6+
7+
Metacello new
8+
repository: 'github://pharo-vcs/tonel';
9+
baseline: 'Tonel';
10+
load.

0 commit comments

Comments
 (0)