OrderedCollectionInspectorView.st
changeset 2717 dc997032a34e
parent 2283 4b90c1207ea4
child 3200 4889a13402db
--- a/OrderedCollectionInspectorView.st	Fri Aug 18 00:51:40 2000 +0200
+++ b/OrderedCollectionInspectorView.st	Fri Aug 18 01:11:57 2000 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libtool' }"
+
 InspectorView subclass:#OrderedCollectionInspectorView
 	instanceVariableNames:''
 	classVariableNames:''
@@ -169,5 +171,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.28 1999-07-19 09:39:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.29 2000-08-17 23:11:55 cg Exp $'
 ! !