diff -r adb4d05bd6a2 -r 8d6cda3f5135 Tools__ClassCategoryList.st --- a/Tools__ClassCategoryList.st Thu Mar 05 13:09:02 2015 +0100 +++ b/Tools__ClassCategoryList.st Thu Mar 05 13:29:47 2015 +0100 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 2004 by eXept Software AG All Rights Reserved @@ -544,14 +546,14 @@ self updateOutputGenerator. ]. ]. - something == #prePackageLoad ifTrue:[ - "/ self halt. - ^ self - ]. - something == #postPackageLoad ifTrue:[ - "/ self halt. - ^ self - ]. +"/ something == #prePackageLoad ifTrue:[ +"/ "/ self halt. +"/ ^ self +"/ ]. +"/ something == #postPackageLoad ifTrue:[ +"/ "/ self halt. +"/ ^ self +"/ ]. ]. "/ changedObject == ChangeSet ifTrue:[ @@ -1198,10 +1200,10 @@ !ClassCategoryList class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools__ClassCategoryList.st,v 1.64 2015-02-13 22:00:19 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__ClassCategoryList.st,v 1.65 2015-03-05 12:29:47 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools__ClassCategoryList.st,v 1.64 2015-02-13 22:00:19 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__ClassCategoryList.st,v 1.65 2015-03-05 12:29:47 cg Exp $' ! !