category change
authorClaus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:22:15 +0200
changeset 630 703530645108
parent 629 28fa780afc35
child 631 8fa437e40572
category change
MCFtpRepository.st
--- a/MCFtpRepository.st	Tue Sep 11 23:22:09 2012 +0200
+++ b/MCFtpRepository.st	Tue Sep 11 23:22:15 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'host directory user password connection'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-Repositories'
+	category:'SCM-Monticello-Repositories'
 !
 
 
@@ -117,11 +117,11 @@
 !MCFtpRepository class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCFtpRepository.st,v 1.4 2011-11-25 10:31:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCFtpRepository.st,v 1.5 2012-09-11 21:22:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCFtpRepository.st,v 1.4 2011-11-25 10:31:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCFtpRepository.st,v 1.5 2012-09-11 21:22:15 cg Exp $'
 !
 
 version_SVN