ProjectDefinition.st
changeset 11383 18f253d8f9a5
parent 11380 ac50ce4321b5
child 11386 5e4e1acf7242
equal deleted inserted replaced
11382:76e5a3021ded 11383:18f253d8f9a5
  4022 
  4022 
  4023 isFullyLoaded
  4023 isFullyLoaded
  4024     ^ self hasAllCompiledClassesFullyLoaded and:[self hasAllClassesLoaded and:[self hasAllExtensionsLoaded]]
  4024     ^ self hasAllCompiledClassesFullyLoaded and:[self hasAllClassesLoaded and:[self hasAllExtensionsLoaded]]
  4025 
  4025 
  4026     "Created: / 24-10-2006 / 23:52:23 / cg"
  4026     "Created: / 24-10-2006 / 23:52:23 / cg"
  4027 !
       
  4028 
       
  4029 packageDirectory
       
  4030     ^ Smalltalk getPackageDirectoryForPackage:self package.
       
  4031 
       
  4032     "
       
  4033       self packageDirectory
       
  4034       stx_libbasic3 packageDirectory
       
  4035     "
       
  4036 ! !
  4027 ! !
  4037 
  4028 
  4038 !ProjectDefinition class methodsFor:'queries-privacy'!
  4029 !ProjectDefinition class methodsFor:'queries-privacy'!
  4039 
  4030 
  4040 showClassDocumentationOf:aClass
  4031 showClassDocumentationOf:aClass
  4111 ! !
  4102 ! !
  4112 
  4103 
  4113 !ProjectDefinition class methodsFor:'documentation'!
  4104 !ProjectDefinition class methodsFor:'documentation'!
  4114 
  4105 
  4115 version
  4106 version
  4116     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.206 2008-12-02 11:25:31 stefan Exp $'
  4107     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.207 2008-12-02 13:29:05 cg Exp $'
  4117 ! !
  4108 ! !
  4118 
  4109 
  4119 ProjectDefinition initialize!
  4110 ProjectDefinition initialize!