#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 04 May 2016 21:09:52 +0200
changeset 4017 e816f4b73919
parent 4016 ca8d20b7de73
child 4018 580724bd4643
#OTHER by cg category of: #version_CVS
ChangeSetDiffComponent.st
--- a/ChangeSetDiffComponent.st	Wed May 04 21:09:45 2016 +0200
+++ b/ChangeSetDiffComponent.st	Wed May 04 21:09:52 2016 +0200
@@ -26,6 +26,8 @@
 "
 "{ Package: 'stx:libbasic3' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#ChangeSetDiffComponent
 	instanceVariableNames:'parent'
 	classVariableNames:''
@@ -65,12 +67,6 @@
 "
 ! !
 
-!ChangeSetDiffComponent class methodsFor:'others'!
-
-version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/ChangeSetDiffComponent.st,v 1.5 2014-02-05 17:52:14 cg Exp $'
-! !
-
 !ChangeSetDiffComponent methodsFor:'accessing'!
 
 changesetA
@@ -287,7 +283,11 @@
 
 !ChangeSetDiffComponent class methodsFor:'documentation'!
 
+version_CVS
+    ^ '$Header$'
+!
+
 version_SVN
-    ^ '$Id: ChangeSetDiffComponent.st,v 1.5 2014-02-05 17:52:14 cg Exp $'
+    ^ '$Id$'
 ! !