From 8aa4eb6d996f2796b687e114da7d6787cededcd0 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 27 Aug 2008 21:36:58 +0200 Subject: [PATCH] moved to "models", not "model". We have many. --- lispstat.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index 40d595d..0403ad6 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -2,7 +2,7 @@ ;;; Copyright (c) 2005--2008, by AJ Rossini ;;; ASDF packaging for CommonLisp Stat ;;; License: BSD, see the top level directory file LICENSE for details. -;;; Time-stamp: <2008-08-27 21:31:21 tony> +;;; Time-stamp: <2008-08-27 21:34:22 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> (in-package :cl-user) @@ -173,7 +173,7 @@ ;; Applications (:module "stat-models" - :pathname "src/stat-model/" + :pathname "src/stat-models/" :depends-on ("proto-objects" "lispstat-core" "numerics-internal" -- 2.11.4.GIT