[log4cl-cvs] CVS update: log4cl/log4cl.asd
Nicolas Lamirault
nlamirault at common-lisp.net
Fri Mar 5 15:10:31 UTC 2004
Update of /project/log4cl/cvsroot/log4cl
In directory common-lisp.net:/tmp/cvs-serv19776
Modified Files:
log4cl.asd
Log Message:
Update package
Date: Fri Mar 5 10:10:31 2004
Author: nlamirault
Index: log4cl/log4cl.asd
diff -u log4cl/log4cl.asd:1.3 log4cl/log4cl.asd:1.4
--- log4cl/log4cl.asd:1.3 Mon Mar 1 13:26:45 2004
+++ log4cl/log4cl.asd Fri Mar 5 10:10:31 2004
@@ -26,16 +26,16 @@
(defsystem :log4cl
:name "log4cl"
- :author "Nicolas Lamirault <lam at perave.org>"
+ :author "Nicolas Lamirault <lam at tuxfamily.org>"
:version "0.3"
:licence "Lisp Lesser GNU General Public License"
:description "Log tool for Common Lisp"
- :properties (((#:author #:email) . "lam at perave.org")
+ :properties (((#:author #:email) . "lam at tuxfamily.org")
(#:date . "05/11/2003")
((#:albert #:output-dir) . "doc/")
((#:albert #:formats) . ("docbook"))
((#:albert #:docbook #:template) . "book")
- ((#:albert #:docbook #:baseurl) . "http://www.perave.org/tools/log4cl/")
+ ((#:albert #:docbook #:baseurl) . "")
((#:albert #:docbook #:bgcolor) . "white")
((#:albert #:docbook #:textcolor) . "black"))
:components ((:file "package")
@@ -52,3 +52,7 @@
(defsystem :log4cl.db
:components ((:file "appender-db"))
:depends-on (:log4cl))
+
+(defsystem :log4cl.mail
+ :components ((:file "appender-mail"))
+ :depends-on (:log4cl :unetwork))
More information about the Log4cl-cvs
mailing list