From acadcd02f64515766e154f13dc8de7d67f45a225 Mon Sep 17 00:00:00 2001 From: Pablo Tesone Date: Thu, 2 Aug 2018 17:41:26 +0200 Subject: [PATCH 1/4] Fix #940 Installing new Iceberg should bootstrap Pharo --- scripts/updateIceberg.st | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/updateIceberg.st b/scripts/updateIceberg.st index a9d24065cb..aa030f4fdd 100644 --- a/scripts/updateIceberg.st +++ b/scripts/updateIceberg.st @@ -48,3 +48,5 @@ Metacello new baseline: 'Iceberg'; repository: 'filetree://./'; load. + +BaselineOfIDE new addPharoProjectToIceberg \ No newline at end of file From 785dacc479cdc5877749af6968f0096ab63c3a08 Mon Sep 17 00:00:00 2001 From: Pablo Tesone Date: Fri, 3 Aug 2018 11:52:19 +0200 Subject: [PATCH 2/4] Installing correclty Pharo Repository --- scripts/updateIceberg.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/updateIceberg.st b/scripts/updateIceberg.st index aa030f4fdd..4f60cec7ca 100644 --- a/scripts/updateIceberg.st +++ b/scripts/updateIceberg.st @@ -49,4 +49,4 @@ Metacello new repository: 'filetree://./'; load. -BaselineOfIDE new addPharoProjectToIceberg \ No newline at end of file +IcePharoPlugin new addPharoProjectToIceberg \ No newline at end of file From 4347d8cab0b24969c0b70ca8001281c11e1688a4 Mon Sep 17 00:00:00 2001 From: Pablo Tesone Date: Fri, 3 Aug 2018 12:09:37 +0200 Subject: [PATCH 3/4] Installing correclty Pharo Repository --- scripts/updateIceberg.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/updateIceberg.st b/scripts/updateIceberg.st index 4f60cec7ca..c74e76867e 100644 --- a/scripts/updateIceberg.st +++ b/scripts/updateIceberg.st @@ -49,4 +49,4 @@ Metacello new repository: 'filetree://./'; load. -IcePharoPlugin new addPharoProjectToIceberg \ No newline at end of file +(Smalltalk at: #IcePharoPlugin) new addPharoProjectToIceberg \ No newline at end of file From 9d47ae4ef3e496b46fed16290f461d204fdda22e Mon Sep 17 00:00:00 2001 From: Pablo Tesone Date: Fri, 3 Aug 2018 12:15:13 +0200 Subject: [PATCH 4/4] Installing correclty Pharo Repository --- scripts/updateIceberg.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/updateIceberg.st b/scripts/updateIceberg.st index c74e76867e..45be78d487 100644 --- a/scripts/updateIceberg.st +++ b/scripts/updateIceberg.st @@ -49,4 +49,4 @@ Metacello new repository: 'filetree://./'; load. -(Smalltalk at: #IcePharoPlugin) new addPharoProjectToIceberg \ No newline at end of file +(Smalltalk at: #IcePharoPlugin) addPharoProjectToIceberg \ No newline at end of file