[s-xml-rpc-cvs] CVS update: s-xml-rpc/s-xml-rpc.asd

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Mon Jan 9 19:33:49 UTC 2006


Update of /project/s-xml-rpc/cvsroot/s-xml-rpc
In directory common-lisp.net:/tmp/cvs-serv21930

Modified Files:
	s-xml-rpc.asd 
Log Message:
now using S-BASE64 and S-SYSDEPS packages instead of the local files

Date: Mon Jan  9 20:33:47 2006
Author: scaekenberghe

Index: s-xml-rpc/s-xml-rpc.asd
diff -u s-xml-rpc/s-xml-rpc.asd:1.2 s-xml-rpc/s-xml-rpc.asd:1.3
--- s-xml-rpc/s-xml-rpc.asd:1.2	Thu Jun 17 21:43:11 2004
+++ s-xml-rpc/s-xml-rpc.asd	Mon Jan  9 20:33:47 2006
@@ -1,6 +1,6 @@
 ;;;; -*- Mode: LISP -*-
 ;;;;
-;;;; $Id: s-xml-rpc.asd,v 1.2 2004/06/17 19:43:11 rschlatte Exp $
+;;;; $Id: s-xml-rpc.asd,v 1.3 2006/01/09 19:33:47 scaekenberghe Exp $
 ;;;;
 ;;;; The S-XML-RPC ASDF system definition
 ;;;;
@@ -24,11 +24,9 @@
   :components
   ((:module
     :src 
-    :components ((:file "base64")
-                 (:file "package" :depends-on ("base64"))
-                 (:file "sysdeps" :depends-on ("package"))
-                 (:file "xml-rpc" :depends-on ("package" "sysdeps" "base64"))
+    :components ((:file "package")
+                 (:file "xml-rpc" :depends-on ("package"))
                  (:file "extensions" :depends-on ("package" "xml-rpc")))))
-  :depends-on (:s-xml #+sbcl :sb-bsd-sockets))
+  :depends-on (:s-xml :s-sysdeps :s-base64))
 
 ;;;; eof




More information about the S-xml-rpc-cvs mailing list