Tools__Tag.st
branchjv
changeset 12205 f210b6224ef0
parent 12128 a7ff7d66ee85
child 12292 ecc23f7c8dde
equal deleted inserted replaced
12204:ba9ffe0fd036 12205:f210b6224ef0
   694 ! !
   694 ! !
   695 
   695 
   696 !Tag::TElement methodsFor:'accessing'!
   696 !Tag::TElement methodsFor:'accessing'!
   697 
   697 
   698 typeIdentifierInList
   698 typeIdentifierInList
   699     ^ 'E'
   699     ^ 'e'
   700 
   700 
   701     "Created: / 20-04-2011 / 18:53:49 / cg"
   701     "Created: / 20-04-2011 / 18:53:49 / cg"
   702 !
   702 !
   703 
   703 
   704 typeString
   704 typeString
  1256 ! !
  1256 ! !
  1257 
  1257 
  1258 !Tag class methodsFor:'documentation'!
  1258 !Tag class methodsFor:'documentation'!
  1259 
  1259 
  1260 version_CVS
  1260 version_CVS
  1261     ^ '§Header: /cvs/stx/stx/libtool/Tools__Tag.st,v 1.4 2011/07/03 15:02:23 cg Exp §'
  1261     ^ '§Header: /cvs/stx/stx/libtool/Tools__Tag.st,v 1.5 2012/03/17 10:17:46 cg Exp §'
  1262 !
  1262 !
  1263 
  1263 
  1264 version_SVN
  1264 version_SVN
  1265     ^ '$Id: Tools__Tag.st 7854 2012-01-30 17:49:41Z vranyj1 $'
  1265     ^ '$Id: Tools__Tag.st 7952 2012-03-21 17:50:14Z vranyj1 $'
  1266 ! !
  1266 ! !