ProjectDefinition.st
changeset 10774 c99a6da52fe4
parent 10745 4ac84a1c1516
child 10785 da5023cdf55b
equal deleted inserted replaced
10773:98a51414b27f 10774:c99a6da52fe4
  3792       self packageDirectory
  3792       self packageDirectory
  3793       stx_libbasic3 packageDirectory
  3793       stx_libbasic3 packageDirectory
  3794     "
  3794     "
  3795 ! !
  3795 ! !
  3796 
  3796 
       
  3797 !ProjectDefinition class methodsFor:'queries-privacy'!
       
  3798 
       
  3799 showClassDocumentationOf:aClass
       
  3800     "used by the HTMLDoc-generator to ask if a classes' protocol is to be documented.
       
  3801      (used by expecco, to suppress documentation of workflow- and expecco classes"
       
  3802 
       
  3803     ^ true
       
  3804 
       
  3805     "Created: / 05-11-2007 / 16:44:16 / cg"
       
  3806 ! !
       
  3807 
  3797 !ProjectDefinition class methodsFor:'sanity checks'!
  3808 !ProjectDefinition class methodsFor:'sanity checks'!
  3798 
  3809 
  3799 validateDescription
  3810 validateDescription
  3800     |emptyProjects nonProjects emptyOrNonProjects|
  3811     |emptyProjects nonProjects emptyOrNonProjects|
  3801 
  3812 
  3859 ! !
  3870 ! !
  3860 
  3871 
  3861 !ProjectDefinition class methodsFor:'documentation'!
  3872 !ProjectDefinition class methodsFor:'documentation'!
  3862 
  3873 
  3863 version
  3874 version
  3864     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.165 2007-10-19 14:24:33 cg Exp $'
  3875     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.166 2007-11-05 15:44:36 cg Exp $'
  3865 ! !
  3876 ! !
  3866 
  3877 
  3867 ProjectDefinition initialize!
  3878 ProjectDefinition initialize!