[cl-soap-cvs] CVS update: cl-soap/cl-soap.asd

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Thu Sep 22 19:58:51 UTC 2005


Update of /project/cl-soap/cvsroot/cl-soap
In directory common-lisp.net:/tmp/cvs-serv15598

Modified Files:
	cl-soap.asd 
Log Message:
fixed dependencies

Date: Thu Sep 22 21:58:50 2005
Author: scaekenberghe

Index: cl-soap/cl-soap.asd
diff -u cl-soap/cl-soap.asd:1.2 cl-soap/cl-soap.asd:1.3
--- cl-soap/cl-soap.asd:1.2	Thu Sep 15 15:37:33 2005
+++ cl-soap/cl-soap.asd	Thu Sep 22 21:58:50 2005
@@ -1,6 +1,6 @@
 ;;;; -*- Mode: LISP -*-
 ;;;;
-;;;; $Id: cl-soap.asd,v 1.2 2005/09/15 13:37:33 scaekenberghe Exp $
+;;;; $Id: cl-soap.asd,v 1.3 2005/09/22 19:58:50 scaekenberghe Exp $
 ;;;;
 ;;;; The CL-SOAP ASDF system definition
 ;;;;
@@ -29,8 +29,8 @@
                  (:file "lxml" :depends-on ("package"))
                  (:file "namespaces" :depends-on ("package"))
                  (:file "xsd" :depends-on ("package" "namespaces" "lxml"))
-                 (:file "soap" :depends-on ("package" "xsd" "http-client" "namespaces" "lxml"))
-                 (:file "wsdl" :depends-on ("package")))))
+                 (:file "soap" :depends-on ("package" "http-client" "namespaces" "lxml"))
+                 (:file "wsdl" :depends-on ("package" "xsd" "namespaces" "lxml" "soap")))))
   :depends-on (:s-xml :puri))
 
 ;;;; eof




More information about the Cl-soap-cvs mailing list