SVN__Property.st
changeset 206 aae55fc96001
parent 31 da24e41dc798
child 286 11cdf9c8c20a
--- a/SVN__Property.st	Tue Sep 29 17:20:09 2009 +0200
+++ b/SVN__Property.st	Tue Sep 29 17:20:13 2009 +0200
@@ -9,11 +9,6 @@
 	category:'SVN-Core'
 !
 
-!Property class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !Property class methodsFor:'instance creation'!
 
@@ -89,4 +84,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__Property.st 68 2009-04-16 11:35:57Z vranyj1 '
 ! !