MCRepositoryGroup.st
changeset 590 af671bba9a44
parent 566 2cdc9be3bc68
child 783 b4b44454973b
--- 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 $'
 ! !