ProjectDefinition.st
changeset 17472 5546981c5eb9
parent 17461 209706784913
child 17500 51a43a7cc842
equal deleted inserted replaced
17471:98c49f19bae1 17472:5546981c5eb9
  2147 !
  2147 !
  2148 
  2148 
  2149 referencedPreRequisites
  2149 referencedPreRequisites
  2150     "list packages which are a prerequisite, because they contain
  2150     "list packages which are a prerequisite, because they contain
  2151      classes which are referenced by my classes.
  2151      classes which are referenced by my classes.
  2152      We do not need these packages as a prerequisite for loading or compiling.
  2152      We do not need these packages as a prerequisite for compiling or loading,
       
  2153      however, a class from it may be referenced during execution and having it
       
  2154      unloaded then may lead to a runtime doesNotUnderstand error, unless the caller
       
  2155      includes explicit checks for the package being present.
  2153      This method is generated automatically,
  2156      This method is generated automatically,
  2154      by searching all classes (and their packages) which are referenced by my classes."
  2157      by searching all classes (and their packages) which are referenced by my classes."
  2155 
  2158 
  2156     ^ #()
  2159     ^ #()
  2157 !
  2160 !
  7893 ! !
  7896 ! !
  7894 
  7897 
  7895 !ProjectDefinition class methodsFor:'documentation'!
  7898 !ProjectDefinition class methodsFor:'documentation'!
  7896 
  7899 
  7897 version
  7900 version
  7898     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.538 2015-02-10 17:27:36 cg Exp $'
  7901     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.539 2015-02-16 10:56:04 cg Exp $'
  7899 !
  7902 !
  7900 
  7903 
  7901 version_CVS
  7904 version_CVS
  7902     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.538 2015-02-10 17:27:36 cg Exp $'
  7905     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.539 2015-02-16 10:56:04 cg Exp $'
  7903 !
  7906 !
  7904 
  7907 
  7905 version_SVN
  7908 version_SVN
  7906     ^ '$ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  $'
  7909     ^ '$ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  $'
  7907 ! !
  7910 ! !