core/MetacelloCleanLoadNotification.st
changeset 10 fd87600067b8
parent 1 9e312de5f694
child 11 d354ac2af7ec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/MetacelloCleanLoadNotification.st	Mon Sep 10 20:55:47 2012 +0000
@@ -0,0 +1,15 @@
+"{ Package: 'stx:goodies/metacello' }"
+
+MetacelloCleanNotification subclass:#MetacelloCleanLoadNotification
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Metacello-Core-Exceptions-Notifications'
+!
+
+
+!MetacelloCleanLoadNotification class methodsFor:'documentation'!
+
+version_SVN
+    ^ '$Id::                                                                                                                        $'
+! !