Created
February 5, 2018 14:33
-
-
Save peteruhnak/a5ff9718c794c2681353370fbc9f9bfa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MetacelloPharoPlatform select. | |
#( | |
'BaselineOfTonel' | |
'BaselineOfLibGit' | |
'BaselineOfIceberg' | |
'Iceberg-UI' | |
'Iceberg-Plugin-GitHub' | |
'Iceberg-Plugin' | |
'Iceberg-Metacello-Integration' | |
'Iceberg-Libgit-Tonel' | |
'Iceberg-Libgit-Filetree' | |
'Iceberg-Libgit' | |
'Iceberg' | |
'LibGit-Core' | |
'MonticelloTonel-Tests' | |
'MonticelloTonel-Core' | |
'MonticelloTonel-FileSystem' ) | |
do: [ :each | (each asPackageIfAbsent: [ nil ]) ifNotNil: #removeFromSystem ]. | |
Metacello new | |
baseline: 'Iceberg'; | |
repository: 'github://pharo-vcs/iceberg:v0.6.7'; | |
load. | |
Iceberg enableMetacelloIntegration: false. | |
Metacello new | |
baseline: 'Calypso'; | |
repository: 'github://dionisiydk/Calypso'; | |
load. | |
Iceberg enableMetacelloIntegration: true. | |
ClyBrowser beAllDefault. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment