X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=blobdiff_plain;f=umlisp.asd;h=d3439e036ecc39b1174766c0e7bd3997f7646f42;hp=db42aed0eeb920764dc07d123d35cdd237e4fd5f;hb=b9fe7fe8b8e24133538f78dbaf6af73b5f0bdec2;hpb=ea26d2291ff800e37c28388d9bb24cacbfbbbe57 diff --git a/umlisp.asd b/umlisp.asd index db42aed..d3439e0 100644 --- a/umlisp.asd +++ b/umlisp.asd @@ -10,7 +10,7 @@ ;;;; $Id$ ;;;; ;;;; This file, part of UMLisp, is -;;;; Copyright (c) 2000-2004 by Kevin M. Rosenberg, M.D. +;;;; Copyright (c) 2000-2006 by Kevin M. Rosenberg, M.D. ;;;; ;;;; UMLisp users are granted the rights to distribute and use this software ;;;; as governed by the terms of the GNU General Public License. @@ -19,7 +19,6 @@ (defpackage #:umlisp-system (:use #:asdf #:cl)) (in-package #:umlisp-system) -#+(or allegro lispworks cmu sbcl openmcl scl) (defsystem umlisp :components ((:file "package") @@ -36,7 +35,6 @@ (:file "composite" :depends-on ("sql-classes"))) :depends-on (clsql clsql-postgresql-socket kmrcl hyperobject)) -#+(or allegro lispworks cmu sbcl openmcl scl) (defmethod perform ((o test-op) (c (eql (find-system 'umlisp)))) (operate 'load-op 'umlisp-tests) (operate 'test-op 'umlisp-tests :force t))