ProjectDefinition.st
changeset 13650 f40c19490865
parent 13637 d2ca7b303301
child 13687 1577ea868878
equal deleted inserted replaced
13649:795cb3dfa8e6 13650:f40c19490865
  3453         depClasses notEmpty ifTrue:[
  3453         depClasses notEmpty ifTrue:[
  3454             (self compiled_classNamesForPlatform:platformID) 
  3454             (self compiled_classNamesForPlatform:platformID) 
  3455                 select:[:nm | (Smalltalk at:nm ifAbsent:nil) isNil]
  3455                 select:[:nm | (Smalltalk at:nm ifAbsent:nil) isNil]
  3456                 thenDo:[:nm | Transcript showCR:nm].
  3456                 thenDo:[:nm | Transcript showCR:nm].
  3457             (depClasses includes:nil) ifTrue:[
  3457             (depClasses includes:nil) ifTrue:[
  3458                 (Dialog confirm:'Dependencies are not in correct (some classes are not present).\\Continue anyway ?' withCRs)
  3458                 (Dialog confirm:'Dependencies might be incorrect (some classes are not present).\\Continue anyway ?' withCRs)
  3459                 ifFalse:[
  3459                 ifFalse:[
  3460                     AbortOperationRequest raise.
  3460                     AbortOperationRequest raise.
  3461                 ].
  3461                 ].
  3462                 depClassNames := self compiled_classNamesForPlatform:platformID.
  3462                 depClassNames := self compiled_classNamesForPlatform:platformID.
  3463             ] ifFalse:[
  3463             ] ifFalse:[
  3483      stx_libbasic3 classNamesByCategory
  3483      stx_libbasic3 classNamesByCategory
  3484      stx_libview classNamesByCategory
  3484      stx_libview classNamesByCategory
  3485     "
  3485     "
  3486 
  3486 
  3487     "Created: / 09-08-2006 / 11:24:39 / fm"
  3487     "Created: / 09-08-2006 / 11:24:39 / fm"
  3488     "Modified: / 03-07-2011 / 21:51:36 / cg"
  3488     "Modified: / 07-09-2011 / 10:55:12 / cg"
  3489 !
  3489 !
  3490 
  3490 
  3491 commonSymbolsFlag
  3491 commonSymbolsFlag
  3492     "only for libraries"
  3492     "only for libraries"
  3493 
  3493 
  6412 ! !
  6412 ! !
  6413 
  6413 
  6414 !ProjectDefinition class methodsFor:'documentation'!
  6414 !ProjectDefinition class methodsFor:'documentation'!
  6415 
  6415 
  6416 version
  6416 version
  6417     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.350 2011-09-06 08:52:13 cg Exp $'
  6417     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.351 2011-09-07 09:11:06 cg Exp $'
  6418 !
  6418 !
  6419 
  6419 
  6420 version_CVS
  6420 version_CVS
  6421     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.350 2011-09-06 08:52:13 cg Exp $'
  6421     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.351 2011-09-07 09:11:06 cg Exp $'
  6422 !
  6422 !
  6423 
  6423 
  6424 version_SVN
  6424 version_SVN
  6425     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  6425     ^ '§ Id: ProjectDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  §'
  6426 ! !
  6426 ! !