oops - removeContainer for class got corrupted
authorClaus Gittinger <cg@exept.de>
Tue, 05 Dec 2006 18:40:22 +0100
changeset 1921 ab2e300fbc9c
parent 1920 4365130e896f
child 1922 c7055b30472b
oops - removeContainer for class got corrupted
SourceCodeManagerUtilities.st
--- a/SourceCodeManagerUtilities.st	Fri Dec 01 12:23:59 2006 +0100
+++ b/SourceCodeManagerUtilities.st	Tue Dec 05 18:40:22 2006 +0100
@@ -2097,10 +2097,9 @@
         ].
     ].
 
-    (mgr removeContainerFor:aClass
-                   inModule:module
-                    package:directory
-                  container:fileName) ifFalse:[
+    (mgr removeContainer:fileName
+                inModule:module
+               directory:directory) ifFalse:[
         doWarn ifTrue:[
             self warn:(resources string:'failed to remove container.').
         ].
@@ -2108,7 +2107,7 @@
     ].
     ^ false
 
-    "Modified: / 13-09-2006 / 18:25:48 / cg"
+    "Modified: / 05-12-2006 / 18:40:16 / cg"
 !
 
 repositoryLogOf:aClass onto:aStream
@@ -2855,5 +2854,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.155 2006-11-30 13:50:22 boris Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.156 2006-12-05 17:40:22 cg Exp $'
 ! !