changed: #version_SVN
authorfm
Tue, 29 Sep 2009 17:21:11 +0200
changeset 222 63e6a396113a
parent 221 820abe5c99c7
child 223 17e26ab7b99d
changed: #version_SVN
SVN__NodeKindFile.st
--- a/SVN__NodeKindFile.st	Tue Sep 29 17:21:08 2009 +0200
+++ b/SVN__NodeKindFile.st	Tue Sep 29 17:21:11 2009 +0200
@@ -9,11 +9,6 @@
 	category:'SVN-Repository'
 !
 
-!NodeKindFile class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !NodeKindFile class methodsFor:'instance creation'!
 
@@ -50,4 +45,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__NodeKindFile.st 110 2009-08-19 13:21:10Z vranyj1 '
 ! !