[rfc2822-cvs] CVS update: rfc2822/rfc2822.asd
Erik Enge
eenge at common-lisp.net
Wed Oct 15 15:49:50 UTC 2003
Update of /project/rfc2822/cvsroot/rfc2822
In directory common-lisp.net:/tmp/cvs-serv4162
Modified Files:
rfc2822.asd
Log Message:
testing
Date: Wed Oct 15 11:49:50 2003
Author: eenge
Index: rfc2822/rfc2822.asd
diff -u rfc2822/rfc2822.asd:1.5 rfc2822/rfc2822.asd:1.6
--- rfc2822/rfc2822.asd:1.5 Wed Oct 15 10:32:02 2003
+++ rfc2822/rfc2822.asd Wed Oct 15 11:49:50 2003
@@ -1,4 +1,4 @@
-;;;; $Id: rfc2822.asd,v 1.5 2003/10/15 14:32:02 eenge Exp $
+;;;; $Id: rfc2822.asd,v 1.6 2003/10/15 15:49:50 eenge Exp $
;;;; $Source: /project/rfc2822/cvsroot/rfc2822/rfc2822.asd,v $
;;;; Authored by Erik Enge, <erik at nittin.net>.
@@ -30,7 +30,7 @@
\"electronic mail\" messages. This is an implementation of that RFC."
:depends-on (:cl-ppcre)
:properties ((#:author-email . "erik at nittin.net")
- (#:date . "$Date: 2003/10/15 14:32:02 $")
+ (#:date . "$Date: 2003/10/15 15:49:50 $")
((#:albert #:output-dir) . "doc/api-doc/")
((#:albert #:formats) . ("docbook"))
((#:albert #:docbook #:template) . "book")
@@ -68,4 +68,3 @@
:depends-on ("package"))
(:file "test-address" :pathname "test/test-address"
:depends-on ("package"))))
-
More information about the Rfc2822-cvs
mailing list