Skip to content

Commit

Permalink
Remove Iceberg-Plugin-Calypso package
Browse files Browse the repository at this point in the history
It was composed of 3 method
extensions that I'm moving to
Pharo 9 (see:
pharo-project/pharo#8461)
  • Loading branch information
tinchodias committed Feb 8, 2021
1 parent 99fede9 commit 8d34df5
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 73 deletions.
4 changes: 1 addition & 3 deletions BaselineOfIceberg/BaselineOfIceberg.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ BaselineOfIceberg >> baseline: spec [
package: 'Iceberg-Plugin-GitHub' with: [ spec requires: #('Iceberg-Plugin') ];
package: 'Iceberg-Plugin-Pharo' with: [ spec requires: #('Iceberg-Plugin') ];
package: 'Iceberg-Plugin-Migration' with: [ spec requires: #('Iceberg-Plugin') ];
package: 'Iceberg-Plugin-Calypso' with: [ spec requires: #('Iceberg-Plugin') ];
package: 'Iceberg-Metacello-Integration' with: [ spec requires: #('Iceberg')];
package: 'Iceberg-TipUI' with: [ spec requires: #('Iceberg') ];
package: 'Iceberg-Memory' with: [ spec requires: #('Iceberg') ];
Expand All @@ -45,8 +44,7 @@ BaselineOfIceberg >> baseline: spec [
'Iceberg-Plugin-Metacello'
'Iceberg-Plugin-GitHub'
'Iceberg-Plugin-Pharo'
'Iceberg-Plugin-Migration'
'Iceberg-Plugin-Calypso');
'Iceberg-Plugin-Migration');
group: 'minimal' with: #(
'Iceberg'
'Iceberg-Libgit'
Expand Down
17 changes: 0 additions & 17 deletions Iceberg-Plugin-Calypso/IceTipHiedraHistoryBrowser.extension.st

This file was deleted.

17 changes: 0 additions & 17 deletions Iceberg-Plugin-Calypso/IceTipRepositoriesBrowser.extension.st

This file was deleted.

17 changes: 0 additions & 17 deletions Iceberg-Plugin-Calypso/IceTipWorkingCopyBrowser.extension.st

This file was deleted.

8 changes: 0 additions & 8 deletions Iceberg-Plugin-Calypso/ManifestIcebergPluginCalypso.class.st

This file was deleted.

1 change: 0 additions & 1 deletion Iceberg-Plugin-Calypso/package.st

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/preLoading.st
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,3 @@ Metacello new
baseline: 'Tonel';
repository: 'github://pharo-vcs/tonel:v1.0.17';
load.

"Until merged into Pharo 9, manually remove 3 Calypso commands that now belong to
Iceberg-Plugin-Calypso in this repository."
{ClyBrowseIcebergCommitCommand.
ClyBrowseIcebergPackageCommand.
ClyBrowseIcebergRepositoryCommand} do: [ :each |
Smalltalk globals
at: each
ifPresent: #removeFromSystem ].

0 comments on commit 8d34df5

Please sign in to comment.