category change
authorClaus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:20:14 +0200
changeset 608 7eee85d5ac28
parent 607 edcecdb22904
child 609 4e18c7f47be9
category change
MCAddition.st
--- a/MCAddition.st	Tue Sep 11 23:18:09 2012 +0200
+++ b/MCAddition.st	Tue Sep 11 23:20:14 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'definition'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Patching'
+	category:'SCM-Monticello-Patching'
 !
 
 
@@ -79,5 +79,5 @@
 !MCAddition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCAddition.st,v 1.1 2006-11-22 13:12:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCAddition.st,v 1.2 2012-09-11 21:20:14 cg Exp $'
 ! !