diff -r 43c22152a2f5 -r 748e0d48a148 PropertyListDictionary.st --- a/PropertyListDictionary.st Thu Jan 18 16:39:12 2001 +0100 +++ b/PropertyListDictionary.st Tue Feb 06 19:49:24 2001 +0100 @@ -1,3 +1,5 @@ +"{ Package: 'stx:libview2' }" + IdentityDictionary subclass:#PropertyListDictionary instanceVariableNames:'' classVariableNames:'' @@ -148,5 +150,5 @@ !PropertyListDictionary class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/PropertyListDictionary.st,v 1.1 1998-03-31 07:48:29 ca Exp $' + ^ '$Header: /cvs/stx/stx/libview2/PropertyListDictionary.st,v 1.2 2001-02-06 18:49:24 ps Exp $' ! !