# HG changeset patch # User Claus Gittinger # Date 1322131569 -3600 # Node ID e0ec4bf300e6848809f5a351b009218dd3b0af52 # Parent 1d2800225361caa301301e9a2a5032c3c2a0f5e9 added: #version_CVS diff -r 1d2800225361 -r e0ec4bf300e6 JavaIntTypeNode.st --- a/JavaIntTypeNode.st Thu Nov 24 11:44:21 2011 +0100 +++ b/JavaIntTypeNode.st Thu Nov 24 11:46:09 2011 +0100 @@ -105,6 +105,10 @@ !JavaIntTypeNode class methodsFor:'documentation'! +version_CVS + ^ '$Header: /cvs/stx/stx/libjava/Attic/JavaIntTypeNode.st,v 1.2 2011-11-24 10:46:09 cg Exp $' +! + version_SVN - ^ '$Id: JavaIntTypeNode.st,v 1.1 2011-08-18 19:06:53 vrany Exp $' + ^ '§Id: JavaIntTypeNode.st,v 1.1 2011/08/18 19:06:53 vrany Exp §' ! !