SVN__NodeKindNone.st
changeset 885 034bdf5db6eb
parent 714 6b64326fc8cb
equal deleted inserted replaced
884:2bdef68c7135 885:034bdf5db6eb
    66 ! !
    66 ! !
    67 
    67 
    68 !NodeKindNone class methodsFor:'others'!
    68 !NodeKindNone class methodsFor:'others'!
    69 
    69 
    70 version_CVS
    70 version_CVS
    71     ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__NodeKindNone.st,v 1.4 2009/10/19 12:22:23 fm Exp Â$'
    71     ^ '$Header$'
    72 ! !
    72 ! !
    73 
    73 
    74 !NodeKindNone methodsFor:'accessing'!
    74 !NodeKindNone methodsFor:'accessing'!
    75 
    75 
    76 name
    76 name
    92 ! !
    92 ! !
    93 
    93 
    94 !NodeKindNone class methodsFor:'documentation'!
    94 !NodeKindNone class methodsFor:'documentation'!
    95 
    95 
    96 version
    96 version
    97     ^ '$Id$'
    97     ^ '$Header$'
    98 !
    98 !
    99 
    99 
   100 version_SVN
   100 version_SVN
   101     ^ '§Id: SVN__NodeKindNone.st 350 2011-07-07 18:42:56Z vranyj1 §'
   101     ^ '§Id: SVN__NodeKindNone.st 363 2011-08-08 13:49:48Z vranyj1 §'
   102 ! !
   102 ! !