category change
authorClaus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:22:25 +0200
changeset 632 0a03a211d43b
parent 631 8fa437e40572
child 633 cb927ae59c9a
category change
MCHttpRepository.st
--- a/MCHttpRepository.st	Tue Sep 11 23:22:20 2012 +0200
+++ b/MCHttpRepository.st	Tue Sep 11 23:22:25 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'location user password readerCache'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Repositories'
+	category:'SCM-Monticello-Repositories'
 !
 
 
@@ -48,7 +48,6 @@
 		password: password
 ! !
 
-
 !MCHttpRepository methodsFor:'as yet unclassified'!
 
 asCreationTemplate
@@ -226,11 +225,11 @@
 !MCHttpRepository class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.4 2011-09-07 12:05:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.5 2012-09-11 21:22:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.4 2011-09-07 12:05:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCHttpRepository.st,v 1.5 2012-09-11 21:22:25 cg Exp $'
 !
 
 version_SVN