Update of /project/cl-xmpp/cvsroot/cl-xmpp In directory common-lisp.net:/tmp/cvs-serv22523
Modified Files: cl-xmpp-tls.asd Log Message: loading correct file
Date: Mon Nov 14 15:26:47 2005 Author: eenge
Index: cl-xmpp/cl-xmpp-tls.asd diff -u cl-xmpp/cl-xmpp-tls.asd:1.3 cl-xmpp/cl-xmpp-tls.asd:1.4 --- cl-xmpp/cl-xmpp-tls.asd:1.3 Sun Nov 13 03:36:10 2005 +++ cl-xmpp/cl-xmpp-tls.asd Mon Nov 14 15:26:47 2005 @@ -1,5 +1,5 @@ ;;;; -*- mode: lisp -*- -;;;; $Id: cl-xmpp-tls.asd,v 1.3 2005/11/13 02:36:10 eenge Exp $ +;;;; $Id: cl-xmpp-tls.asd,v 1.4 2005/11/14 14:26:47 eenge Exp $ ;;;; $Source: /project/cl-xmpp/cvsroot/cl-xmpp/cl-xmpp-tls.asd,v $
;;;; See the LICENSE file for licensing information. @@ -17,5 +17,5 @@ :licence "MIT" :description "Common Lisp XMPP client implementation with TLS+SASL support" :depends-on (:cl-xmpp-sasl :cl+ssl) - :components ((:file "cl-xmpp-sasl"))) + :components ((:file "cl-xmpp-tls")))