ApplicationBuilder.st
branchjv
changeset 15950 23be8cf85415
parent 13471 3ee11c3d0306
child 19607 f9108fde4972
equal deleted inserted replaced
15937:b79f5d644b9a 15950:23be8cf85415
     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 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 ToolApplicationModel subclass:#ApplicationBuilder
    16 ToolApplicationModel subclass:#ApplicationBuilder
    15 	instanceVariableNames:'task shellView aspects'
    17 	instanceVariableNames:'task shellView aspects'
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''