checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 13 Nov 2003 12:29:22 +0100
changeset 1345 3b71d8ce4789
parent 1344 2418cf5d1b3c
child 1346 8657706d79ba
checkin from browser
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Mon Nov 10 17:12:22 2003 +0100
+++ b/CVSSourceCodeManager.st	Thu Nov 13 12:29:22 2003 +0100
@@ -2587,7 +2587,7 @@
 checkForExistingModule:moduleDir package:packageDir
     "check for a package to exist"
 
-    |fullName ret cvsRoot cmd tempDir|
+    |ret cvsRoot cmd tempDir fullName |
 
     self activityNotification:'checking for existing package ' , packageDir.
 
@@ -4371,7 +4371,7 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.276 2003-10-27 10:02:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.277 2003-11-13 11:29:22 cg Exp $'
 ! !
 
 CVSSourceCodeManager initialize!