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

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Thu Sep 15 13:37:37 UTC 2005


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

Modified Files:
	cl-soap.asd 
Log Message:
added first step towards partial XML Schema Definition implmentation to support WSDL types schema

Date: Thu Sep 15 15:37:34 2005
Author: scaekenberghe

Index: cl-soap/cl-soap.asd
diff -u cl-soap/cl-soap.asd:1.1 cl-soap/cl-soap.asd:1.2
--- cl-soap/cl-soap.asd:1.1	Mon Sep  5 10:35:53 2005
+++ cl-soap/cl-soap.asd	Thu Sep 15 15:37:33 2005
@@ -1,6 +1,6 @@
 ;;;; -*- Mode: LISP -*-
 ;;;;
-;;;; $Id: cl-soap.asd,v 1.1 2005/09/05 08:35:53 scaekenberghe Exp $
+;;;; $Id: cl-soap.asd,v 1.2 2005/09/15 13:37:33 scaekenberghe Exp $
 ;;;;
 ;;;; The CL-SOAP ASDF system definition
 ;;;;
@@ -28,7 +28,8 @@
                  (:file "http-client" :depends-on ("package"))
                  (:file "lxml" :depends-on ("package"))
                  (:file "namespaces" :depends-on ("package"))
-                 (:file "soap" :depends-on ("package" "http-client" "namespaces" "lxml"))
+                 (:file "xsd" :depends-on ("package" "namespaces" "lxml"))
+                 (:file "soap" :depends-on ("package" "xsd" "http-client" "namespaces" "lxml"))
                  (:file "wsdl" :depends-on ("package")))))
   :depends-on (:s-xml :puri))
 




More information about the Cl-soap-cvs mailing list