ProjectDefinition.st
changeset 9671 cb20763db715
parent 9667 90b25ca6d10e
child 9672 dcc7244d29c6
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 Object subclass:#ProjectDefinition
    15 Object subclass:#ProjectDefinition
    16 	instanceVariableNames:''
    16 	instanceVariableNames:''
    17 	classVariableNames:''
    17 	classVariableNames:''
    18 	poolDictionaries:''
    18 	poolDictionaries:''
  1816 ! !
  1816 ! !
  1817 
  1817 
  1818 !ProjectDefinition class methodsFor:'documentation'!
  1818 !ProjectDefinition class methodsFor:'documentation'!
  1819 
  1819 
  1820 version
  1820 version
  1821     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.33 2006-08-23 14:08:52 cg Exp $'
  1821     ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.34 2006-08-23 14:43:05 cg Exp $'
  1822 ! !
  1822 ! !