SVN__Property.st
changeset 206 aae55fc96001
parent 31 da24e41dc798
child 286 11cdf9c8c20a
equal deleted inserted replaced
205:9f45296dda33 206:aae55fc96001
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'SVN-Core'
     9 	category:'SVN-Core'
    10 !
    10 !
    11 
    11 
    12 !Property class methodsFor:'documentation'!
       
    13 
       
    14 version_SVN
       
    15     ^'$Id$'
       
    16 ! !
       
    17 
    12 
    18 !Property class methodsFor:'instance creation'!
    13 !Property class methodsFor:'instance creation'!
    19 
    14 
    20 name: name value: value
    15 name: name value: value
    21 
    16 
    87 
    82 
    88 !Property class methodsFor:'documentation'!
    83 !Property class methodsFor:'documentation'!
    89 
    84 
    90 version
    85 version
    91     ^ '$Header$'
    86     ^ '$Header$'
       
    87 !
       
    88 
       
    89 version_CVS
       
    90     ^ '$Header$'
       
    91 !
       
    92 
       
    93 version_SVN
       
    94     ^'Id: SVN__Property.st 68 2009-04-16 11:35:57Z vranyj1 '
    92 ! !
    95 ! !