stx_goodies_smallsense.st
branchcvs_MAIN
changeset 1091 8c18b8f6ff0c
parent 1088 da9001edd819
equal deleted inserted replaced
1090:00020170fb98 1091:8c18b8f6ff0c
   138      Please also take a look at the #mandatoryPreRequisites method"
   138      Please also take a look at the #mandatoryPreRequisites method"
   139 
   139 
   140     ^ #(
   140     ^ #(
   141         #'stx:libbasic2'    "BackgroundQueueProcessingJob - referenced by SmallSense::Manager>>initialize"
   141         #'stx:libbasic2'    "BackgroundQueueProcessingJob - referenced by SmallSense::Manager>>initialize"
   142         #'stx:libbasic3'    "ChangeSet - referenced by RBContainsSmalltalkXEOLCommentRule>>fixes:"
   142         #'stx:libbasic3'    "ChangeSet - referenced by RBContainsSmalltalkXEOLCommentRule>>fixes:"
   143     )
       
   144 !
       
   145 
       
   146 subProjects
       
   147     "list packages which are known as subprojects.
       
   148      The generated makefile will enter those and make there as well.
       
   149      However: they are not forced to be loaded when a package is loaded;
       
   150      for those, redefine requiredPrerequisites"
       
   151 
       
   152     ^ #(
       
   153     )
   143     )
   154 ! !
   144 ! !
   155 
   145 
   156 !stx_goodies_smallsense class methodsFor:'description - contents'!
   146 !stx_goodies_smallsense class methodsFor:'description - contents'!
   157 
   147