SVN__CopyCommand.st
changeset 484 6c457a1350bb
parent 304 a3453cbd7532
child 492 74ff0960961c
--- a/SVN__CopyCommand.st	Mon Oct 19 14:24:56 2009 +0200
+++ b/SVN__CopyCommand.st	Mon Oct 19 14:24:58 2009 +0200
@@ -1,8 +1,8 @@
-"{ Package: 'cvut:stx/goodies/libsvn' }"
+"{ Package: 'stx:libsvn' }"
 
 "{ NameSpace: SVN }"
 
-WCCommand subclass:#CopyCommand
+nil subclass:#CopyCommand
 	instanceVariableNames:'src dst'
 	classVariableNames:''
 	poolDictionaries:''