LibraryDefinition.st
changeset 9611 855d919d5040
parent 9608 9dbec800d20e
child 9612 450e2a5676da
equal deleted inserted replaced
9610:b523b76eb103 9611:855d919d5040
   863 ! !
   863 ! !
   864 
   864 
   865 !LibraryDefinition class methodsFor:'testing'!
   865 !LibraryDefinition class methodsFor:'testing'!
   866 
   866 
   867 isProjectDefinition
   867 isProjectDefinition
   868     ^ self ~~ ProjectDefinition
   868     ^ self ~~ LibraryDefinition
   869 
   869 
   870     "Created: / 17-08-2006 / 14:11:46 / cg"
   870     "Created: / 17-08-2006 / 14:11:46 / cg"
       
   871     "Modified: / 21-08-2006 / 15:49:42 / cg"
   871 ! !
   872 ! !
   872 
   873 
   873 !LibraryDefinition class methodsFor:'update description'!
   874 !LibraryDefinition class methodsFor:'update description'!
   874 
   875 
   875 classNamesAndAttributes_code
   876 classNamesAndAttributes_code
   944 ! !
   945 ! !
   945 
   946 
   946 !LibraryDefinition class methodsFor:'documentation'!
   947 !LibraryDefinition class methodsFor:'documentation'!
   947 
   948 
   948 version
   949 version
   949     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.32 2006-08-21 12:57:15 cg Exp $'
   950     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.33 2006-08-21 13:49:36 cg Exp $'
   950 ! !
   951 ! !