core/MetacelloCleanLoadNotification.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 10 Sep 2012 20:55:47 +0000
changeset 10 fd87600067b8
parent 1 MetacelloCleanLoadNotification.st@9e312de5f694
child 11 d354ac2af7ec
permissions -rw-r--r--
Metacello package refactoring - phase 1

"{ Package: 'stx:goodies/metacello' }"

MetacelloCleanNotification subclass:#MetacelloCleanLoadNotification
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Metacello-Core-Exceptions-Notifications'
!


!MetacelloCleanLoadNotification class methodsFor:'documentation'!

version_SVN
    ^ '$Id::                                                                                                                        $'
! !