DirectoryDifferenceViewApplication.st
changeset 13818 cfc8c51359dd
parent 11564 67a8e0885c2c
child 14500 dac4006a72c5
equal deleted inserted replaced
13817:92a5c6e81647 13818:cfc8c51359dd
       
     1 "
       
     2  COPYRIGHT (c) 2006 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:libtool' }"
    12 "{ Package: 'stx:libtool' }"
     2 
    13 
     3 AbstractFileFinderApplicationComponent subclass:#DirectoryDifferenceViewApplication
    14 AbstractFileFinderApplicationComponent subclass:#DirectoryDifferenceViewApplication
     4 	instanceVariableNames:'directory1Holder directory2Holder directory1 directory2
    15 	instanceVariableNames:'directory1Holder directory2Holder directory1 directory2
     5 		filesOnlyInDirectory1 filesOnlyInDirectory2
    16 		filesOnlyInDirectory1 filesOnlyInDirectory2
     9 	classVariableNames:''
    20 	classVariableNames:''
    10 	poolDictionaries:''
    21 	poolDictionaries:''
    11 	category:'Interface-Tools-File'
    22 	category:'Interface-Tools-File'
    12 !
    23 !
    13 
    24 
       
    25 !DirectoryDifferenceViewApplication class methodsFor:'documentation'!
       
    26 
       
    27 copyright
       
    28 "
       
    29  COPYRIGHT (c) 2006 by eXept Software AG
       
    30               All Rights Reserved
       
    31 
       
    32  This software is furnished under a license and may be used
       
    33  only in accordance with the terms of that license and with the
       
    34  inclusion of the above copyright notice.   This software may not
       
    35  be provided or otherwise made available to, or used by, any
       
    36  other person.  No title to or ownership of the software is
       
    37  hereby transferred.
       
    38 "
       
    39 ! !
    14 
    40 
    15 !DirectoryDifferenceViewApplication class methodsFor:'help specs'!
    41 !DirectoryDifferenceViewApplication class methodsFor:'help specs'!
    16 
    42 
    17 flyByHelpSpec
    43 flyByHelpSpec
    18     "This resource specification was automatically generated
    44     "This resource specification was automatically generated
   512 ! !
   538 ! !
   513 
   539 
   514 !DirectoryDifferenceViewApplication class methodsFor:'documentation'!
   540 !DirectoryDifferenceViewApplication class methodsFor:'documentation'!
   515 
   541 
   516 version
   542 version
   517     ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.5 2012-06-06 09:46:59 cg Exp $'
   543     ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.6 2014-02-05 18:57:07 cg Exp $'
   518 !
   544 !
   519 
   545 
   520 version_CVS
   546 version_CVS
   521     ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.5 2012-06-06 09:46:59 cg Exp $'
   547     ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.6 2014-02-05 18:57:07 cg Exp $'
   522 ! !
   548 ! !
       
   549