X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-oracle.asd;h=5d754667fe7b9209ee4b8350f3b89f82b18de868;hp=08bf7be2daa2f21ab04bef088bc0b26cb6f8155f;hb=ef790603600edc88958389d269922b1f379781e1;hpb=31e110c6d17b31e9978b61dcf64c13ba509182eb diff --git a/clsql-oracle.asd b/clsql-oracle.asd index 08bf7be..5d75466 100644 --- a/clsql-oracle.asd +++ b/clsql-oracle.asd @@ -1,16 +1,12 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.asd,v 1.3 2002/09/01 09:00:15 kevin Exp $ +;;;; $Id: clsql-oracle.asd,v 1.4 2002/09/06 10:26:17 kevin Exp $ (in-package :asdf) ;;; System definition -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-oracle)))) - "cl") - (defsystem :clsql-oracle :pathname #.(format nil "~A:clsql-oracle;" +clsql-logical-host+) :pathname "cl-library:clsql-oracle" @@ -26,4 +22,9 @@ +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-oracle)))) + "cl") + +