SVN__NodeKind.st
changeset 835 b9d92d0340ff
parent 717 439c00976e6e
equal deleted inserted replaced
834:b40d7ef9ea17 835:b9d92d0340ff
    66 ! !
    66 ! !
    67 
    67 
    68 !NodeKind class methodsFor:'others'!
    68 !NodeKind class methodsFor:'others'!
    69 
    69 
    70 version_CVS
    70 version_CVS
    71     ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__NodeKind.st,v 1.4 2009/10/19 12:22:13 fm Exp Â$'
    71     ^ '$Header$'
    72 ! !
    72 ! !
    73 
    73 
    74 !NodeKind methodsFor:'testing'!
    74 !NodeKind methodsFor:'testing'!
    75 
    75 
    76 isDir
    76 isDir
   109 ! !
   109 ! !
   110 
   110 
   111 !NodeKind class methodsFor:'documentation'!
   111 !NodeKind class methodsFor:'documentation'!
   112 
   112 
   113 version
   113 version
   114     ^ '$Id$'
   114     ^ '$Header$'
   115 !
   115 !
   116 
   116 
   117 version_SVN
   117 version_SVN
   118     ^ '§Id: SVN__NodeKind.st 350 2011-07-07 18:42:56Z vranyj1 §'
   118     ^ '§Id: SVN__NodeKind.st 363 2011-08-08 13:49:48Z vranyj1 §'
   119 ! !
   119 ! !