Project.st
changeset 630 b785d23d7c5b
parent 617 427245e28240
child 654 1e039f69fdee
equal deleted inserted replaced
629:2ceefe9b5a19 630:b785d23d7c5b
    45 	- allow speficiation of the type of the project (application, library, etc)
    45 	- allow speficiation of the type of the project (application, library, etc)
    46 	- allow building of whatever the target (as defined by the type) is
    46 	- allow building of whatever the target (as defined by the type) is
    47 	  (this will allow build of class libs and apps by clicking a button)
    47 	  (this will allow build of class libs and apps by clicking a button)
    48 	- allow removal of project specific classes, methods etc.
    48 	- allow removal of project specific classes, methods etc.
    49 "
    49 "
    50 !
       
    51 
       
    52 version
       
    53     ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.29 1995-11-23 02:09:08 cg Exp $'
       
    54 ! !
    50 ! !
    55 
    51 
    56 !Project class methodsFor:'initialization'!
    52 !Project class methodsFor:'initialization'!
    57 
    53 
    58 initialize
    54 initialize
   706 	    aView notNil ifTrue:[aView rerealize]
   702 	    aView notNil ifTrue:[aView rerealize]
   707 	]
   703 	]
   708     ].
   704     ].
   709 ! !
   705 ! !
   710 
   706 
       
   707 !Project class methodsFor:'documentation'!
       
   708 
       
   709 version
       
   710     ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.30 1995-11-23 17:12:25 cg Exp $'
       
   711 ! !
   711 Project initialize!
   712 Project initialize!