Changed usage of deprecated #copyWithoutLast: to #copyButLast:
authorStefan Vogel <sv@exept.de>
Thu, 25 Apr 2013 15:10:04 +0200
changeset 3226 fa06465549e4
parent 3225 33d97afaea88
child 3227 bcaec3eb2d97
Changed usage of deprecated #copyWithoutLast: to #copyButLast:
CVSVersionInfo.st
--- a/CVSVersionInfo.st	Wed Apr 17 23:45:28 2013 +0200
+++ b/CVSVersionInfo.st	Thu Apr 25 15:10:04 2013 +0200
@@ -76,7 +76,7 @@
         nm := s throughAll:',v '.
         nm := nm withoutSeparators.
         info repositoryPathName:nm.
-        info fileName:(nm asFilename baseName copyWithoutLast:2).
+        info fileName:(nm asFilename baseName copyButLast:2).
         words := s upToEnd asCollectionOfWords readStream.
 
         words atEnd ifFalse:[
@@ -186,9 +186,10 @@
 !CVSVersionInfo class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSVersionInfo.st,v 1.10 2011-11-24 09:56:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSVersionInfo.st,v 1.11 2013-04-25 13:10:04 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSVersionInfo.st,v 1.10 2011-11-24 09:56:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSVersionInfo.st,v 1.11 2013-04-25 13:10:04 stefan Exp $'
 ! !
+