ApplicationDefinition.st
changeset 9671 cb20763db715
parent 9669 f0b5ad4fb4a8
child 9684 23bc62e80fca
equal deleted inserted replaced
9670:3a3cee03eb90 9671:cb20763db715
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 "{ Package: 'stx:libbasic3' }"
    13 "{ Package: 'stx:libbasic' }"
    14 
    14 
    15 ProjectDefinition subclass:#ApplicationDefinition
    15 ProjectDefinition subclass:#ApplicationDefinition
    16 	instanceVariableNames:''
    16 	instanceVariableNames:''
    17 	classVariableNames:''
    17 	classVariableNames:''
    18 	poolDictionaries:''
    18 	poolDictionaries:''
   826 ! !
   826 ! !
   827 
   827 
   828 !ApplicationDefinition class methodsFor:'documentation'!
   828 !ApplicationDefinition class methodsFor:'documentation'!
   829 
   829 
   830 version
   830 version
   831     ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.13 2006-08-23 14:08:57 cg Exp $'
   831     ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.14 2006-08-23 14:43:05 cg Exp $'
   832 ! !
   832 ! !