category change
authorClaus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:14:01 +0200
changeset 590 af671bba9a44
parent 589 d785d69dfc69
child 591 366a52c2c015
category change
MCRepositoryGroup.st
--- a/MCRepositoryGroup.st	Tue Sep 11 23:13:56 2012 +0200
+++ b/MCRepositoryGroup.st	Tue Sep 11 23:14:01 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'repositories'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Versioning'
+	category:'SCM-Monticello-Versioning'
 !
 
 MCRepositoryGroup class instanceVariableNames:'default'
@@ -131,5 +131,5 @@
 !MCRepositoryGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryGroup.st,v 1.7 2012-07-23 09:39:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryGroup.st,v 1.8 2012-09-11 21:14:01 cg Exp $'
 ! !