category change
authorClaus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:13:40 +0200
changeset 587 8bd72777431d
parent 586 16f6a09e4a40
child 588 305e61ae66be
category change
MCNoChangesException.st
--- a/MCNoChangesException.st	Tue Sep 11 23:13:21 2012 +0200
+++ b/MCNoChangesException.st	Tue Sep 11 23:13:40 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Versioning'
+	category:'SCM-Monticello-Versioning'
 !
 
 
@@ -17,5 +17,5 @@
 !MCNoChangesException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCNoChangesException.st,v 1.1 2006-11-22 13:15:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCNoChangesException.st,v 1.2 2012-09-11 21:13:40 cg Exp $'
 ! !