MCSMCacheRepository.st
changeset 592 4513e04e31a2
parent 114 653094972a78
child 995 92bb466548a9
--- a/MCSMCacheRepository.st	Tue Sep 11 23:14:07 2012 +0200
+++ b/MCSMCacheRepository.st	Tue Sep 11 23:14:13 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'smCache'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Repositories'
+	category:'SCM-Monticello-Repositories'
 !
 
 MCSMCacheRepository comment:'I am a Monticello repository that reflects the caching of SqueakMap v2.
@@ -102,5 +102,5 @@
 !MCSMCacheRepository class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSMCacheRepository.st,v 1.1 2006-11-22 13:22:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSMCacheRepository.st,v 1.2 2012-09-11 21:14:13 cg Exp $'
 ! !