ExternalLibrary.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 02 Dec 2009 21:30:55 +0000
branchjv
changeset 17735 6a5bc05f696a
child 17751 b2273fa8d59f
permissions -rw-r--r--
Merged with trunk

"{ Package: 'stx:libbasic' }"

Object subclass:#ExternalLibrary
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'System-Support'
!

!ExternalLibrary class methodsFor:'documentation'!

documentation
"
    This is only a hook for compatibility (to be able to fileIn squeak libraries)
"
! !

!ExternalLibrary class methodsFor:'documentation'!

version_CVS
    ^ '§Header: /cvs/stx/stx/libbasic/ExternalLibrary.st,v 1.1 2009/11/04 16:20:43 cg Exp §'
! !