r11098: 2006 updates
[umlisp.git] / umlisp.asd
index db42aed0eeb920764dc07d123d35cdd237e4fd5f..d3439e036ecc39b1174766c0e7bd3997f7646f42 100644 (file)
@@ -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))