class: ProjectDefinition
authorClaus Gittinger <cg@exept.de>
Mon, 16 Feb 2015 11:56:04 +0100
changeset 17472 5546981c5eb9
parent 17471 98c49f19bae1
child 17473 0990997cb355
class: ProjectDefinition comment/format in: #referencedPreRequisites
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