From 274fc70849b8122372f0e114a917f23852ce7f20 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 6 Aug 2003 12:22:05 +0000 Subject: [PATCH] r5463: Auto commit for Debian build --- xlunit.asd | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- 2.34.1