# HG changeset patch # User Claus Gittinger # Date 1424084164 -3600 # Node ID 5546981c5eb924171a336ab4635c9f4595b2d385 # Parent 98c49f19bae1c985c1588379a5ddbfebd56fb932 class: ProjectDefinition comment/format in: #referencedPreRequisites diff -r 98c49f19bae1 -r 5546981c5eb9 ProjectDefinition.st --- a/ProjectDefinition.st Mon Feb 16 10:06:55 2015 +0100 +++ b/ProjectDefinition.st Mon Feb 16 11:56:04 2015 +0100 @@ -2149,7 +2149,10 @@ referencedPreRequisites "list packages which are a prerequisite, because they contain classes which are referenced by my classes. - We do not need these packages as a prerequisite for loading or compiling. + We do not need these packages as a prerequisite for compiling or loading, + however, a class from it may be referenced during execution and having it + unloaded then may lead to a runtime doesNotUnderstand error, unless the caller + includes explicit checks for the package being present. This method is generated automatically, by searching all classes (and their packages) which are referenced by my classes." @@ -7895,11 +7898,11 @@ !ProjectDefinition class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.538 2015-02-10 17:27:36 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.539 2015-02-16 10:56:04 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.538 2015-02-10 17:27:36 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.539 2015-02-16 10:56:04 cg Exp $' ! version_SVN