ExpandableRevisionItem.st
changeset 17281 171a655831a6
parent 2626 4ee750caddab
child 17379 028adf14bc05
--- a/ExpandableRevisionItem.st	Thu Jan 26 12:25:24 2017 +0100
+++ b/ExpandableRevisionItem.st	Thu Jan 26 12:26:08 2017 +0100
@@ -9,8 +9,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libtool' }"
 
-
+"{ NameSpace: Smalltalk }"
 
 AbstractRevisionItem subclass:#ExpandableRevisionItem
 	instanceVariableNames:''
@@ -39,7 +40,7 @@
 
 documentation
 "
-    documentation to be added.
+    an item in a hierarchcal revision list
 
     [author:]
         Pierre Schwarz (ps@exept.de)
@@ -50,7 +51,6 @@
 
     [class variables:]
 "
-
 ! !
 
 !ExpandableRevisionItem methodsFor:'accessing'!
@@ -104,5 +104,6 @@
 !ExpandableRevisionItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ExpandableRevisionItem.st,v 1.5 2000-02-18 14:08:35 cg Exp $'
+    ^ '$Header$'
 ! !
+