[rfc2822-cvs] Subject: CVS update: rfc2822/rfc2822.asd

Erik Enge eenge at common-lisp.net
Thu Sep 25 18:31:32 UTC 2003


Date: Thu Sep 25 14:31:32 2003
Author: eenge

Index: rfc2822/rfc2822.asd
diff -u rfc2822/rfc2822.asd:1.2 rfc2822/rfc2822.asd:1.3
--- rfc2822/rfc2822.asd:1.2	Thu Sep 25 14:03:48 2003
+++ rfc2822/rfc2822.asd	Thu Sep 25 14:31:32 2003
@@ -1,4 +1,4 @@
-;;;; $Id: rfc2822.asd,v 1.2 2003/09/25 18:03:48 eenge Exp $
+;;;; $Id: rfc2822.asd,v 1.3 2003/09/25 18:31:32 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/09/25 18:03:48 $")
+                 (#:date . "$Date: 2003/09/25 18:31:32 $")
                  ((#:albert #:output-dir) . "doc/api-doc/")
                  ((#:albert #:formats) . ("docbook"))
                  ((#:albert #:docbook #:template) . "book")
@@ -68,4 +68,4 @@
                         :depends-on ("package"))
                  (:file "test-address" :pathname "test/test-address"
                         :depends-on ("package"))))
-    
\ No newline at end of file
+

Update of /project/rfc2822/cvsroot/rfc2822
In directory common-lisp.net:/tmp/cvs-serv20560

Modified Files:
	rfc2822.asd 
Log Message:
testing






More information about the Rfc2822-cvs mailing list