Tools__ProjectBuilderAssistantApplication.st
changeset 2742 63f7bd978ef8
parent 2726 7263301b5216
child 2756 c3b2615d734d
equal deleted inserted replaced
2741:783dda495655 2742:63f7bd978ef8
       
     1 "
       
     2  COPYRIGHT (c) 2009 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
     1 "{ Package: 'stx:libtool2' }"
    12 "{ Package: 'stx:libtool2' }"
     2 
    13 
     3 "{ NameSpace: Tools }"
    14 "{ NameSpace: Tools }"
     4 
    15 
     5 AssistantApplication subclass:#ProjectBuilderAssistantApplication
    16 AssistantApplication subclass:#ProjectBuilderAssistantApplication
    24 	poolDictionaries:''
    35 	poolDictionaries:''
    25 	category:'System-Support-Projects'
    36 	category:'System-Support-Projects'
    26 !
    37 !
    27 
    38 
    28 !ProjectBuilderAssistantApplication class methodsFor:'documentation'!
    39 !ProjectBuilderAssistantApplication class methodsFor:'documentation'!
       
    40 
       
    41 copyright
       
    42 "
       
    43  COPYRIGHT (c) 2009 by eXept Software AG
       
    44               All Rights Reserved
       
    45 
       
    46  This software is furnished under a license and may be used
       
    47  only in accordance with the terms of that license and with the
       
    48  inclusion of the above copyright notice.   This software may not
       
    49  be provided or otherwise made available to, or used by, any
       
    50  other person.  No title to or ownership of the software is
       
    51  hereby transferred.
       
    52 "
       
    53 !
    29 
    54 
    30 documentation
    55 documentation
    31 "
    56 "
    32     a user friendly interface to the build process.
    57     a user friendly interface to the build process.
    33     Simply wraps up existing tools like the CodeGeneratorTool, the browsers
    58     Simply wraps up existing tools like the CodeGeneratorTool, the browsers