CVSSourceCodeManager.st
changeset 1526 7fd70c49ed6d
parent 1508 06d441988888
child 1664 5fa005755e5f
--- a/CVSSourceCodeManager.st	Wed Aug 16 11:26:36 2006 +0200
+++ b/CVSSourceCodeManager.st	Wed Aug 16 11:26:39 2006 +0200
@@ -386,6 +386,12 @@
     ^ CVSModuleRoots values copyWith:CVSRoot 
 !
 
+managerTypeName
+    ^ 'CVS'
+
+    "Created: / 16-08-2006 / 11:05:56 / cg"
+!
+
 repositoryName
     "return the name of the global repository.
      This is used, if no per-module repository is defined."
@@ -4264,10 +4270,18 @@
     "Modified: / 04-07-2006 / 17:46:22 / cg"
 ! !
 
+!CVSSourceCodeManager class methodsFor:'testing'!
+
+isCVS
+    ^ true
+
+    "Created: / 16-08-2006 / 10:58:19 / cg"
+! !
+
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.313 2006-07-24 15:58:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.314 2006-08-16 09:26:39 cg Exp $'
 ! !
 
 CVSSourceCodeManager initialize!