diff --git a/Iceberg-Metacello-Integration/IceMetacelloPharoPlatform.class.st b/Iceberg-Metacello-Integration/IceMetacelloPharoPlatform.class.st index f2c5092a3a..e1fdfb097e 100644 --- a/Iceberg-Metacello-Integration/IceMetacelloPharoPlatform.class.st +++ b/Iceberg-Metacello-Integration/IceMetacelloPharoPlatform.class.st @@ -2,11 +2,11 @@ I'm a class to add support for iceberg to metacello. " Class { + #name : 'IceMetacelloPharoPlatform', #superclass : 'MetacelloPlatform', #category : 'Iceberg-Metacello-Integration-Platform', #package : 'Iceberg-Metacello-Integration', #tag : 'Platform' - #name : 'IceMetacelloPharoPlatform' } { #category : 'class initialization' }