From af44c4f5b5f0abaca5246fbe70dd22be6c449208 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 12 Jul 2009 08:00:36 +0200 Subject: [PATCH] remove csv-data, since we are using the rsm-string package. Signed-off-by: AJ Rossini --- lispstat.asd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index e8c7111..71608c2 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -1,5 +1,5 @@ ;; -*- mode: lisp -*- -;;; Time-stamp: <2009-07-06 17:25:24 tony> +;;; Time-stamp: <2009-07-12 07:58:55 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> ;;; File: lispstat.asd ;;; Author: AJ Rossini @@ -116,17 +116,18 @@ (:static-file "README") ;; reading in DSV files for data access +#| (:module "csv-data" :pathname "src/data/" :components ((:file "test-cybertiggyr") (:file "dsv-cybertiggyr" :depends-on ( "test-cybertiggyr")))) - +|# (:module "packaging" :pathname #p"src/" - :depends-on ("csv-data") + ;; :depends-on ("csv-data") :components ((:file "packages"))) -- 2.11.4.GIT