From scaekenberghe at common-lisp.net Wed Dec 14 21:49:05 2005 From: scaekenberghe at common-lisp.net (Sven Van Caekenberghe) Date: Wed, 14 Dec 2005 22:49:05 +0100 (CET) Subject: [s-xml-cvs] CVS update: s-xml/s-xml.asd Message-ID: <20051214214905.5503A8857A@common-lisp.net> Update of /project/s-xml/cvsroot/s-xml In directory common-lisp.net:/tmp/cvs-serv27000 Modified Files: s-xml.asd Log Message: fixed some dependencies Date: Wed Dec 14 22:49:04 2005 Author: scaekenberghe Index: s-xml/s-xml.asd diff -u s-xml/s-xml.asd:1.1.1.1 s-xml/s-xml.asd:1.2 --- s-xml/s-xml.asd:1.1.1.1 Mon Jun 7 20:49:56 2004 +++ s-xml/s-xml.asd Wed Dec 14 22:49:04 2005 @@ -1,6 +1,6 @@ ;;;; -*- Mode: LISP -*- ;;;; -;;;; $Id: s-xml.asd,v 1.1.1.1 2004/06/07 18:49:56 scaekenberghe Exp $ +;;;; $Id: s-xml.asd,v 1.2 2005/12/14 21:49:04 scaekenberghe Exp $ ;;;; ;;;; The S-XML ASDF system definition ;;;; @@ -26,7 +26,7 @@ :src :components ((:file "package") (:file "xml" :depends-on ("package")) - (:file "dom" :depends-on ("package")) + (:file "dom" :depends-on ("package" "xml")) (:file "lxml-dom" :depends-on ("dom")) (:file "sxml-dom" :depends-on ("dom")) (:file "xml-struct-dom" :depends-on ("dom"))))))