comment/format in: #checkForExistingModule:
authorClaus Gittinger <cg@exept.de>
Tue, 19 Apr 2011 11:57:40 +0200
changeset 2344 8a715906b999
parent 2343 1acdf9d65c7c
child 2345 2dde5bda539c
comment/format in: #checkForExistingModule:
PerforceSourceCodeManager.st
--- a/PerforceSourceCodeManager.st	Tue Apr 19 11:57:28 2011 +0200
+++ b/PerforceSourceCodeManager.st	Tue Apr 19 11:57:40 2011 +0200
@@ -458,7 +458,6 @@
     |workSpaceDefinition|
 
     workSpaceDefinition := self getWorkSpaceForModule:moduleName modulePath:nil.
-
     ^ workSpaceDefinition notNil.
 
 
@@ -466,6 +465,8 @@
 self checkForExistingModule:'applistx'
 self checkForExistingModule:'balla'
 "
+
+    "Modified: / 19-04-2011 / 11:30:41 / cg"
 !
 
 checkForExistingModule:moduleName directory:packageDir
@@ -1886,7 +1887,7 @@
 "
     self updatedRevisionStringOf:nil
 	    forRevision:'6'
-	with:'$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.3 2011-04-19 09:08:54 cg Exp $'
+	with:'$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.4 2011-04-19 09:57:40 cg Exp $'
 "
 ! !
 
@@ -2280,7 +2281,7 @@
 !PerforceSourceCodeManager class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.3 2011-04-19 09:08:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.4 2011-04-19 09:57:40 cg Exp $'
 ! !
 
 PerforceSourceCodeManager initialize!