category change
authorClaus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:21:28 +0200
changeset 621 e64537ed2acc
parent 620 f924164d37c0
child 622 bce0dd518d78
category change
MCDictionaryRepository.st
--- a/MCDictionaryRepository.st	Tue Sep 11 23:21:24 2012 +0200
+++ b/MCDictionaryRepository.st	Tue Sep 11 23:21:28 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'description dict'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Repositories'
+	category:'SCM-Monticello-Repositories'
 !
 
 
@@ -14,6 +14,7 @@
     ^self basicNew initialize
 ! !
 
+
 !MCDictionaryRepository methodsFor:'as yet unclassified'!
 
 = other
@@ -86,11 +87,11 @@
 !MCDictionaryRepository class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDictionaryRepository.st,v 1.3 2011-08-20 12:30:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDictionaryRepository.st,v 1.4 2012-09-11 21:21:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDictionaryRepository.st,v 1.3 2011-08-20 12:30:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDictionaryRepository.st,v 1.4 2012-09-11 21:21:28 cg Exp $'
 !
 
 version_SVN