X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=hyperobject.asd;h=d3134d4a9af9429607f1d556eaa3d7a2546fc3aa;hb=cda49a13fa66d935f4d7db644364cc741b9c1c4c;hp=e26fe0e11cc44d6b7cff165b0baa7a3a24bd653b;hpb=aaef96a66c4f9913e88170f241a217a49078e9a9;p=hyperobject.git diff --git a/hyperobject.asd b/hyperobject.asd index e26fe0e..d3134d4 100644 --- a/hyperobject.asd +++ b/hyperobject.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: hyperobject.asd,v 1.9 2002/11/29 04:07:52 kevin Exp $ +;;;; $Id: hyperobject.asd,v 1.10 2002/11/29 05:05:29 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -20,7 +20,8 @@ (pushnew :hyperobject cl:*features*)) :components ((:file "package") - (:file "mop" :depends-on ("package")) + (:file "metaclass" :depends-on ("package")) + (:file "mop" :depends-on ("metaclass")) (:file "views" :depends-on ("mop")) (:file "base-class" :depends-on ("views")) )