diff --git a/scripts/preLoading.st b/scripts/preLoading.st index 719a94d1bb..1473bf39c3 100644 --- a/scripts/preLoading.st +++ b/scripts/preLoading.st @@ -47,19 +47,3 @@ do: [ :each | ifNotNil: [ :package | ('Removing ', each) traceCr. package removeFromSystem ] ]. - -"Loading Tonel before trying to load Iceberg. -This is required to load iceberg packages and dependencies in Tonel format" -Metacello new - baseline: 'Tonel'; - repository: 'github://pharo-vcs/tonel:v1.0.17'; - load. - -"Development branch requires latest Spec2" -Metacello new - githubUser: 'pharo-spec' project: 'Spec' commitish: 'Pharo10' path: 'src'; - baseline: 'Spec2'; - onConflict: [ :e | e useIncoming ]; - onUpgrade: [ :e | e useIncoming ]; - ignoreImage; - load