ExternalLibrary.st
changeset 12440 1f96c89e1eb4
child 12671 9dc24b30457c
equal deleted inserted replaced
12439:c0cf51f2bf67 12440:1f96c89e1eb4
       
     1 "{ Package: 'stx:libbasic' }"
       
     2 
       
     3 Object subclass:#ExternalLibrary
       
     4 	instanceVariableNames:''
       
     5 	classVariableNames:''
       
     6 	poolDictionaries:''
       
     7 	category:'System-Support'
       
     8 !
       
     9 
       
    10 !ExternalLibrary class methodsFor:'documentation'!
       
    11 
       
    12 documentation
       
    13 "
       
    14     This is only a hook for compatibility (to be able to fileIn squeak libraries)
       
    15 "
       
    16 ! !
       
    17 
       
    18 !ExternalLibrary class methodsFor:'documentation'!
       
    19 
       
    20 version_CVS
       
    21     ^ '$Header: /cvs/stx/stx/libbasic/ExternalLibrary.st,v 1.1 2009-11-04 16:20:43 cg Exp $'
       
    22 ! !