X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-oracle.asd;h=d7834573d0bacffd2a74266d34697201377bd18b;hp=8cace754e6f45e579d260e2f5b0fe314fcdb3156;hb=5d0dbfd9dd1e08745109a18cce6a04750ffb7477;hpb=2434b58ef00a7f6c5915c86b25a891c4adda79e4 diff --git a/clsql-oracle.asd b/clsql-oracle.asd index 8cace75..d783457 100644 --- a/clsql-oracle.asd +++ b/clsql-oracle.asd @@ -1,14 +1,23 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.asd,v 1.7 2002/09/18 07:50:01 kevin Exp $ +;;;; $Id: clsql-oracle.asd,v 1.12 2002/10/16 11:51:04 kevin Exp $ (in-package :asdf) ;;; System definition +#+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem :clsql-oracle - :components + :name "cl-sql-oracle" + :author "Kevin M. Rosenberg " + :version "0.9.2" + :maintainer "Kevin M. Rosenberg " + :licence "Lessor Lisp General Public License" + :description "Common Lisp SQL Oracle Driver" + :long-description "cl-sql-oracle package provides a database driver to the Oracle database system." + + :components ((:module :db-oracle :components ((:file "oracle-package") @@ -19,10 +28,3 @@ (:file "oracle-sql" :depends-on ("oracle" "alien-resources")) (:file "oracle-objects" :depends-on ("oracle-sql"))))) :depends-on (:clsql-base)) - -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-oracle)))) - "cl") - - -