Tools__ProjectLoader.st
changeset 10098 c837d8825b74
parent 10016 eb6e76a20fc3
child 12123 4bde08cebd48
child 13275 273e040abd33
equal deleted inserted replaced
10097:10ce33707e4f 10098:c837d8825b74
     1 "
     1 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     2  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
     3 	      All Rights Reserved
     3  Copyright (c) 2009-2010 eXept Software AG
     4 
     4 
     5  This software is furnished under a license and may be used
     5  Permission is hereby granted, free of charge, to any person
     6  only in accordance with the terms of that license and with the
     6  obtaining a copy of this software and associated documentation
     7  inclusion of the above copyright notice.   This software may not
     7  files (the 'Software'), to deal in the Software without
     8  be provided or otherwise made available to, or used by, any
     8  restriction, including without limitation the rights to use,
     9  other person.  No title to or ownership of the software is
     9  copy, modify, merge, publish, distribute, sublicense, and/or sell
    10  hereby transferred.
    10  copies of the Software, and to permit persons to whom the
       
    11  Software is furnished to do so, subject to the following
       
    12  conditions:
       
    13 
       
    14  The above copyright notice and this permission notice shall be
       
    15  included in all copies or substantial portions of the Software.
       
    16 
       
    17  THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
       
    18  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
       
    19  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
       
    20  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
       
    21  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
       
    22  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
    23  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
       
    24  OTHER DEALINGS IN THE SOFTWARE.
    11 "
    25 "
    12 "{ Package: 'stx:libtool' }"
    26 "{ Package: 'stx:libtool' }"
    13 
    27 
    14 "{ NameSpace: Tools }"
    28 "{ NameSpace: Tools }"
    15 
    29 
    22 
    36 
    23 !ProjectLoader class methodsFor:'documentation'!
    37 !ProjectLoader class methodsFor:'documentation'!
    24 
    38 
    25 copyright
    39 copyright
    26 "
    40 "
    27  COPYRIGHT (c) 2006 by eXept Software AG
    41  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
    28 	      All Rights Reserved
    42  Copyright (c) 2009-2010 eXept Software AG
    29 
    43 
    30  This software is furnished under a license and may be used
    44  Permission is hereby granted, free of charge, to any person
    31  only in accordance with the terms of that license and with the
    45  obtaining a copy of this software and associated documentation
    32  inclusion of the above copyright notice.   This software may not
    46  files (the 'Software'), to deal in the Software without
    33  be provided or otherwise made available to, or used by, any
    47  restriction, including without limitation the rights to use,
    34  other person.  No title to or ownership of the software is
    48  copy, modify, merge, publish, distribute, sublicense, and/or sell
    35  hereby transferred.
    49  copies of the Software, and to permit persons to whom the
       
    50  Software is furnished to do so, subject to the following
       
    51  conditions:
       
    52 
       
    53  The above copyright notice and this permission notice shall be
       
    54  included in all copies or substantial portions of the Software.
       
    55 
       
    56  THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
       
    57  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
       
    58  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
       
    59  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
       
    60  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
       
    61  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
    62  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
       
    63  OTHER DEALINGS IN THE SOFTWARE.
    36 "
    64 "
    37 ! !
    65 ! !
    38 
    66 
    39 !ProjectLoader class methodsFor:'initialization'!
    67 !ProjectLoader class methodsFor:'initialization'!
    40 
    68 
   388 ! !
   416 ! !
   389 
   417 
   390 !ProjectLoader class methodsFor:'documentation'!
   418 !ProjectLoader class methodsFor:'documentation'!
   391 
   419 
   392 version_CVS
   420 version_CVS
   393     ^ '$Header: /cvs/stx/stx/libtool/Tools__ProjectLoader.st,v 1.1 2011-07-01 14:15:32 cg Exp $'
   421     ^ '$Header: /cvs/stx/stx/libtool/Tools__ProjectLoader.st,v 1.2 2011-07-03 19:41:59 cg Exp $'
   394 !
   422 !
   395 
   423 
   396 version_SVN
   424 version_SVN
   397     ^ '§Id: Tools__ProjectLoader.st 7486 2009-10-26 22:06:24Z vranyj1 §'
   425     ^ '§Id: Tools__ProjectLoader.st 7486 2009-10-26 22:06:24Z vranyj1 §'
   398 ! !
   426 ! !