stx_libtool.st
branchjv
changeset 12212 1208b3e4d64b
parent 12209 44647f143fd0
child 12217 2c68d7169f97
equal deleted inserted replaced
12211:67fdfbb74096 12212:1208b3e4d64b
   520 !stx_libtool class methodsFor:'description - svn'!
   520 !stx_libtool class methodsFor:'description - svn'!
   521 
   521 
   522 svnRepositoryUrlString
   522 svnRepositoryUrlString
   523     "Return a SVN repository URL of myself.
   523     "Return a SVN repository URL of myself.
   524      (Generated since 2011-04-08)
   524      (Generated since 2011-04-08)
   525     "
   525      Do not make the string shorter!!!!!! We have to use fixed-length keyword!!!!!!
   526 
   526     "        
   527     ^ '$URL: https://vranyj1@swing.fit.cvut.cz/svn/stx/libtool/branches/jv/stx_libtool.st $'
   527 
       
   528     ^ '$URL:: https://vranyj1@swing.fit.cvut.cz/svn/stx/libtool/branches/jv/stx_libtool.st                                           $'
   528 !
   529 !
   529 
   530 
   530 svnRevisionNr
   531 svnRevisionNr
   531     "Return a SVN revision number of myself.
   532     "Return a SVN revision number of myself.
   532      This number is updated after a commit"
   533      This number is updated after a commit"
   533 
   534 
   534     ^ "$SVN-Revision:"7954M"$"
   535     ^ "$SVN-Revision:"'nil             '"$"
   535 ! !
   536 ! !
   536 
   537 
   537 !stx_libtool class methodsFor:'documentation'!
   538 !stx_libtool class methodsFor:'documentation'!
   538 
   539 
   539 version
   540 version
   540     ^ '$Id: stx_libtool.st 7956 2012-03-27 16:39:28Z vranyj1 $'
   541     ^ '$Id: stx_libtool.st 7959 2012-03-29 17:51:50Z vranyj1 $'
   541 !
   542 !
   542 
   543 
   543 version_CVS
   544 version_CVS
   544     ^ '§Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.81 2012/03/19 11:31:47 stefan Exp §'
   545     ^ '§Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.81 2012/03/19 11:31:47 stefan Exp §'
   545 !
   546 !
   546 
   547 
   547 version_SVN
   548 version_SVN
   548     ^ '$Id: stx_libtool.st 7956 2012-03-27 16:39:28Z vranyj1 $'
   549     ^ '$Id: stx_libtool.st 7959 2012-03-29 17:51:50Z vranyj1 $'
   549 ! !
   550 ! !