Update of /project/climacs/cvsroot/esa In directory clnet:/tmp/cvs-serv1075
Modified Files: esa.asd Log Message: Make esa.asd loadable.
--- /project/climacs/cvsroot/esa/esa.asd 2006/09/08 18:08:03 1.6 +++ /project/climacs/cvsroot/esa/esa.asd 2006/10/20 22:18:05 1.7 @@ -1,3 +1,32 @@ +;;; -*- Mode: Lisp; Package: COMMON-LISP-USER -*- + +;;; (c) copyright 2005-2006 by +;;; Robert Strandh (strandh@labri.u-bordeaux.fr) +;;; (c) copyright 2006 by +;;; Troels Henriksen (athas@sigkill.dk) + +;;; This library is free software; you can redistribute it and/or +;;; modify it under the terms of the GNU Library General Public +;;; License as published by the Free Software Foundation; either +;;; version 2 of the License, or (at your option) any later version. +;;; +;;; This library is distributed in the hope that it will be useful, +;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;;; Library General Public License for more details. +;;; +;;; You should have received a copy of the GNU Library General Public +;;; License along with this library; if not, write to the +;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;;; Boston, MA 02111-1307 USA. + +;;; ASDF system definition for ESA. + +(defpackage :esa.system + (:use :cl :asdf)) + +(in-package :esa.system) + (defsystem :esa :depends-on (:mcclim) :components ((:file "packages")