diff -r 1913fed21c5e -r 2f3d69fc53f0 Class.st --- a/Class.st Mon Jul 06 15:50:07 2015 +0200 +++ b/Class.st Mon Jul 06 15:50:14 2015 +0200 @@ -1500,7 +1500,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 @@ -1975,7 +1976,6 @@ "Created: / 18-07-2011 / 09:14:38 / cg" ! ! - !Class methodsFor:'adding & removing'! removeFromSystem @@ -5784,11 +5784,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