diff -r 2c67b0fa6ff5 -r 73656aba2c89 Class.st --- a/Class.st Mon Jul 06 06:06:17 2015 +0100 +++ b/Class.st Tue Jul 07 06:36:18 2015 +0200 @@ -1494,7 +1494,8 @@ ! projectDefinitionClass - "return the project definition of the classes package" + "return the project definition of the classes' package. + Eg. for Array, this would return the stx_libbasic project definition class." ^ ProjectDefinition definitionClassForPackage: self package @@ -1969,7 +1970,6 @@ "Created: / 18-07-2011 / 09:14:38 / cg" ! ! - !Class methodsFor:'adding & removing'! removeFromSystem @@ -5779,11 +5779,11 @@ !Class class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.656 2015-04-10 14:22:21 stefan Exp $' + ^ '$Header$' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.656 2015-04-10 14:22:21 stefan Exp $' + ^ '$Header$' ! version_SVN