From: Kevin M. Rosenberg Date: Wed, 6 Aug 2003 12:22:05 +0000 (+0000) Subject: r5463: Auto commit for Debian build X-Git-Tag: debian-0.6.2-2~14 X-Git-Url: http://git.kpe.io/?p=xlunit.git;a=commitdiff_plain;h=274fc70849b8122372f0e114a917f23852ce7f20 r5463: Auto commit for Debian build --- diff --git a/xlunit.asd b/xlunit.asd index a3f5e27..dbbb0ed 100644 --- a/xlunit.asd +++ b/xlunit.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id: xlunit.asd,v 1.6 2003/08/05 22:56:25 kevin Exp $ +;;;; $Id: xlunit.asd,v 1.7 2003/08/06 12:22:05 kevin Exp $ ;;;; ************************************************************************* (defpackage #:xlunit-system (:use #:asdf #:cl)) @@ -20,6 +20,14 @@ :licence "BSD" :description "Extreme Lisp Testing Suite" :long-description "The XLUnit package is toolkit for building test suites. It is based on the XPTest package by Craig Brozensky and the JUnit package by Kent Beck." + + :properties ((#:author-email . "kevin@rosenberg.net") + (#:date . "Summer 2003") + ((#:albert #:output-dir) . "albert-docs/") + ((#:albert #:formats) . ("docbook")) + ((#:albert #:docbook #:template) . "book") + ((#:albert #:docbook #:bgcolor) . "white") + ((#:albert #:docbook #:textcolor) . "black")) :serial t :components